#C5D05B

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

Shades of Wild Willow #C5D05B

Tints of Wild Willow #C5D05B

Color information

#C5D05B (or 0xC5D05B) is unknown color: approx Wild Willow. HEX triplet: C5, D0 and 5B. RGB value is (197,208,91). Sum of RGB (Red+Green+Blue) = 197+208+91=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 208 (81.64% from 255 or 41.94% from 496); Blue value is 91 (35.94% from 255 or 18.35% from 496); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D05B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D05B is #3A2FA4. Grayscale: #BFBFBF. Windows color (decimal): -3813285 or 6017221. OLE color: 6017221.

HSL color Cylindrical-coordinate representation of color #C5D05B: hue angle of 65.64º 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 #C5D05B is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB19720891-
CMYK0.0500.560.18
HSL65.64º55.45%58.63%-
HSV(B)65.64º56.25%81.57%-
XYZ47.4757.7418.54-
YUV191.3771.36132.01-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.72%
GREEN value IS 208 (81.64% from 255) = 41.94%
BLUE value IS 91 (35.94% from 255) = 18.35%
R=39.72%
G=41.94%
B=18.35%

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
Decimal197208910.0500.560.1865.6455.4558.63
HexC5D05B50381242373b
Octal3053201335070221026773
Binary110001011101000010110111010111000100101000010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D05B; }

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

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

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

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

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

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

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

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