#C0CA57

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

Shades of Wild Willow #C0CA57

Tints of Wild Willow #C0CA57

Color information

#C0CA57 (or 0xC0CA57) is unknown color: approx Wild Willow. HEX triplet: C0, CA and 57. RGB value is (192,202,87). Sum of RGB (Red+Green+Blue) = 192+202+87=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 87 (34.38% from 255 or 18.09% from 481); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CA57 is #3F35A8. Grayscale: #BABABA. Windows color (decimal): -4142505 or 5753536. OLE color: 5753536.

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

Color convert

RGB19220287-
CMYK0.0500.570.21
HSL65.22º52.04%56.67%-
HSV(B)65.22º56.93%79.22%-
XYZ44.5854.1417.12-
YUV185.972.19132.35-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.92%
GREEN value IS 202 (79.30% from 255) = 42.00%
BLUE value IS 87 (34.38% from 255) = 18.09%
R=39.92%
G=42.00%
B=18.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal192202870.0500.570.2165.2252.0456.67
HexC0CA57503915413439
Octal3003121275071251016471
Binary110000001100101010101111010111001101011000001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CA57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CA57; }

 p { color: rgb(192,202,87); }

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

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

 a { background-color: rgb(192,202,87); }

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

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

 span { border-color: rgb(192,202,87); }

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