#C5C85B

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

Shades of Wild Willow #C5C85B

Tints of Wild Willow #C5C85B

Color information

#C5C85B (or 0xC5C85B) is unknown color: approx Wild Willow. HEX triplet: C5, C8 and 5B. RGB value is (197,200,91). Sum of RGB (Red+Green+Blue) = 197+200+91=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 200 (78.52% from 255 or 40.98% from 488); Blue value is 91 (35.94% from 255 or 18.65% from 488); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C85B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C85B is #3A37A4. Grayscale: #BBBBBB. Windows color (decimal): -3815333 or 6015173. OLE color: 6015173.

HSL color Cylindrical-coordinate representation of color #C5C85B: hue angle of 61.65º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C5C85B is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB19720091-
CMYK0.0200.540.22
HSL61.65º49.77%57.06%-
HSV(B)61.65º54.5%78.43%-
XYZ45.5753.9317.91-
YUV186.6874.01135.36-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.37%
GREEN value IS 200 (78.52% from 255) = 40.98%
BLUE value IS 91 (35.94% from 255) = 18.65%
R=40.37%
G=40.98%
B=18.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal197200910.0200.540.2261.6549.7757.06
HexC5C85B2036163e3239
Octal305310133206626766271
Binary1100010111001000101101110011011010110111110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C85B; }

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

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

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

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

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

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

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

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