#C6D05B

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

Shades of Wild Willow #C6D05B

Tints of Wild Willow #C6D05B

Color information

#C6D05B (or 0xC6D05B) is unknown color: approx Wild Willow. HEX triplet: C6, D0 and 5B. RGB value is (198,208,91). Sum of RGB (Red+Green+Blue) = 198+208+91=497 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.84% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 91 (35.94% from 255 or 18.31% from 497); Max value from RGB is 208 - color contains mainly: green. Hex color #C6D05B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D05B is #392FA4. Grayscale: #C0C0C0. Windows color (decimal): -3747749 or 6017222. OLE color: 6017222.

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

Color convert

RGB19820891-
CMYK0.0500.560.18
HSL65.13º55.45%58.63%-
HSV(B)65.13º56.25%81.57%-
XYZ47.7357.8718.55-
YUV191.6771.19132.51-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.84%
GREEN value IS 208 (81.64% from 255) = 41.85%
BLUE value IS 91 (35.94% from 255) = 18.31%
R=39.84%
G=41.85%
B=18.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal198208910.0500.560.1865.1355.4558.63
HexC6D05B50381241373b
Octal3063201335070221016773
Binary110001101101000010110111010111000100101000001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D05B; }

 p { color: rgb(198,208,91); }

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

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

 a { background-color: rgb(198,208,91); }

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

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

 span { border-color: rgb(198,208,91); }

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