#C0CA53

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

Shades of Wild Willow #C0CA53

Tints of Wild Willow #C0CA53

Color information

#C0CA53 (or 0xC0CA53) is unknown color: approx Wild Willow. HEX triplet: C0, CA and 53. RGB value is (192,202,83). Sum of RGB (Red+Green+Blue) = 192+202+83=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 83 (32.81% from 255 or 17.40% from 477); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CA53 is #3F35AC. Grayscale: #B9B9B9. Windows color (decimal): -4142509 or 5491392. OLE color: 5491392.

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

Color convert

RGB19220283-
CMYK0.0500.590.21
HSL65.04º52.89%55.88%-
HSV(B)65.04º58.91%79.22%-
XYZ44.4254.0716.28-
YUV185.4470.19132.68-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.25%
GREEN value IS 202 (79.30% from 255) = 42.35%
BLUE value IS 83 (32.81% from 255) = 17.40%
R=40.25%
G=42.35%
B=17.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal192202830.0500.590.2165.0452.8955.88
HexC0CA53503B15413538
Octal3003121235073251016570
Binary110000001100101010100111010111011101011000001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CA53; }

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

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

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

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

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

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

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

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