#C4CA5D

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

Shades of Wild Willow #C4CA5D

Tints of Wild Willow #C4CA5D

Color information

#C4CA5D (or 0xC4CA5D) is unknown color: approx Wild Willow. HEX triplet: C4, CA and 5D. RGB value is (196,202,93). Sum of RGB (Red+Green+Blue) = 196+202+93=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 93 (36.72% from 255 or 18.94% from 491); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4CA5D is #3B35A2. Grayscale: #BCBCBC. Windows color (decimal): -3880355 or 6146756. OLE color: 6146756.

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

Color convert

RGB19620293-
CMYK0.0300.540.21
HSL63.3º50.7%57.84%-
HSV(B)63.3º53.96%79.22%-
XYZ45.8654.7718.51-
YUV187.7874.51133.86-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.92%
GREEN value IS 202 (79.30% from 255) = 41.14%
BLUE value IS 93 (36.72% from 255) = 18.94%
R=39.92%
G=41.14%
B=18.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal196202930.0300.540.2163.350.757.84
HexC4CA5D3036153f333a
Octal304312135306625776372
Binary1100010011001010101110111011011010101111111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CA5D; }

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

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

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

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

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

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

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

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