#C4CC5A

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

Shades of Wild Willow #C4CC5A

Tints of Wild Willow #C4CC5A

Color information

#C4CC5A (or 0xC4CC5A) is unknown color: approx Wild Willow. HEX triplet: C4, CC and 5A. RGB value is (196,204,90). Sum of RGB (Red+Green+Blue) = 196+204+90=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 90 (35.55% from 255 or 18.37% from 490); Max value from RGB is 204 - color contains mainly: green. Hex color #C4CC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4CC5A is #3B33A5. Grayscale: #BDBDBD. Windows color (decimal): -3879846 or 5950660. OLE color: 5950660.

HSL color Cylindrical-coordinate representation of color #C4CC5A: hue angle of 64.21º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C4CC5A is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB19620490-
CMYK0.0400.560.2
HSL64.21º52.78%57.65%-
HSV(B)64.21º55.88%80%-
XYZ46.255.6617.98-
YUV188.6172.35133.27-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40%
GREEN value IS 204 (80.08% from 255) = 41.63%
BLUE value IS 90 (35.55% from 255) = 18.37%
R=40%
G=41.63%
B=18.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal196204900.0400.560.264.2152.7857.65
HexC4CC5A40381440353a
Octal3043141324070241006572
Binary110001001100110010110101000111000101001000000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CC5A; }

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

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

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

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

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

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

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

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