#C0D05C

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

Shades of Wild Willow #C0D05C

Tints of Wild Willow #C0D05C

Color information

#C0D05C (or 0xC0D05C) is unknown color: approx Wild Willow. HEX triplet: C0, D0 and 5C. RGB value is (192,208,92). Sum of RGB (Red+Green+Blue) = 192+208+92=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 208 (81.64% from 255 or 42.28% from 492); Blue value is 92 (36.33% from 255 or 18.70% from 492); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D05C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D05C is #3F2FA3. Grayscale: #BEBEBE. Windows color (decimal): -4140964 or 6082752. OLE color: 6082752.

HSL color Cylindrical-coordinate representation of color #C0D05C: hue angle of 68.28º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0D05C is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB19220892-
CMYK0.0800.560.18
HSL68.28º55.24%58.82%-
HSV(B)68.28º55.77%81.57%-
XYZ46.2357.0918.71-
YUV189.9972.7129.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.02%
GREEN value IS 208 (81.64% from 255) = 42.28%
BLUE value IS 92 (36.33% from 255) = 18.70%
R=39.02%
G=42.28%
B=18.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal192208920.0800.560.1868.2855.2458.82
HexC0D05C80381244373b
Octal30032013410070221046773
Binary1100000011010000101110010000111000100101000100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D05C; }

 p { color: rgb(192,208,92); }

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

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

 a { background-color: rgb(192,208,92); }

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

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

 span { border-color: rgb(192,208,92); }

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