#c6d150

Color #C6D150 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #C6D150

Tints of Wild Willow #C6D150

Color information

#C6D150 (or 0xC6D150) is unknown color: approx Wild Willow. HEX triplet: C6, D1 and 50. RGB value is (198,209,80). Sum of RGB (Red+Green+Blue) = 198+209+80=487 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.66% from 487); Green value is 209 (82.03% from 255 or 42.92% from 487); Blue value is 80 (31.64% from 255 or 16.43% from 487); Max value from RGB is 209 - color contains mainly: green. Hex color #C6D150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D150 is #392EAF. Grayscale: #BFBFBF. Windows color (decimal): -3747504 or 5296582. OLE color: 5296582.

HSL color Cylindrical-coordinate representation of color #C6D150: hue angle of 65.12º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6D150 is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB19820980-
CMYK0.0500.620.18
HSL65.12º58.37%56.67%-
HSV(B)65.12º61.72%81.96%-
XYZ47.5458.1916.31-
YUV19165.36132.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 40.66%
GREEN value IS 209 (82.03% from 255) = 42.92%
BLUE value IS 80 (31.64% from 255) = 16.43%
R=40.66%
G=42.92%
B=16.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal198209800.0500.620.1865.1258.3756.67
HexC6D150503E12413a39
Octal3063211205076221017271
Binary110001101101000110100001010111110100101000001111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6d150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6d150; }

 p { color: rgb(198,209,80); }

 H1.HeaderClassName
 {
   color: #c6d150;
 }
 .AnyTagClassName
 {
   color: #c6d150;
 }
</style>
background-color css

<style>
 a { background-color: #c6d150; }

 a { background-color: rgb(198,209,80); }

 div.DivClassName
 {
   background-color: #c6d150;
 }
 .BgClassName
 {
   background-color: #c6d150;
 }
</style>
border-color css

<style>
 span { border-color: #c6d150; }

 span { border-color: rgb(198,209,80); }

 td.TdClassName
 {
   border-color: #c6d150;
 }
 .TagClassName
 {
   border-color: #c6d150;
 }
</style>