#C4CA5A

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

Shades of Wild Willow #C4CA5A

Tints of Wild Willow #C4CA5A

Color information

#C4CA5A (or 0xC4CA5A) is unknown color: approx Wild Willow. HEX triplet: C4, CA and 5A. RGB value is (196,202,90). Sum of RGB (Red+Green+Blue) = 196+202+90=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 90 (35.55% from 255 or 18.44% from 488); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CA5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4CA5A is #3B35A5. Grayscale: #BBBBBB. Windows color (decimal): -3880358 or 5950148. OLE color: 5950148.

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

Color convert

RGB19620290-
CMYK0.0300.550.21
HSL63.21º51.38%57.25%-
HSV(B)63.21º55.45%79.22%-
XYZ45.7354.7217.82-
YUV187.4473.01134.11-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.16%
GREEN value IS 202 (79.30% from 255) = 41.39%
BLUE value IS 90 (35.55% from 255) = 18.44%
R=40.16%
G=41.39%
B=18.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal196202900.0300.550.2163.2151.3857.25
HexC4CA5A3037153f3339
Octal304312132306725776371
Binary1100010011001010101101011011011110101111111110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CA5A; }

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

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

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

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

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

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

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

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