#C4CA50

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

Shades of Wild Willow #C4CA50

Tints of Wild Willow #C4CA50

Color information

#C4CA50 (or 0xC4CA50) is unknown color: approx Wild Willow. HEX triplet: C4, CA and 50. RGB value is (196,202,80). Sum of RGB (Red+Green+Blue) = 196+202+80=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 80 (31.64% from 255 or 16.74% from 478); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4CA50 is #3B35AF. Grayscale: #BABABA. Windows color (decimal): -3880368 or 5294788. OLE color: 5294788.

HSL color Cylindrical-coordinate representation of color #C4CA50: hue angle of 62.95º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C4CA50 is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB19620280-
CMYK0.0300.600.21
HSL62.95º53.51%55.29%-
HSV(B)62.95º60.4%79.22%-
XYZ45.3354.5615.73-
YUV186.368.01134.92-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.00%
GREEN value IS 202 (79.30% from 255) = 42.26%
BLUE value IS 80 (31.64% from 255) = 16.74%
R=41.00%
G=42.26%
B=16.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal196202800.0300.600.2162.9553.5155.29
HexC4CA50303C153f3637
Octal304312120307425776667
Binary1100010011001010101000011011110010101111111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CA50; }

 p { color: rgb(196,202,80); }

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

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

 a { background-color: rgb(196,202,80); }

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

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

 span { border-color: rgb(196,202,80); }

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