#C0D15A

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

Shades of Wild Willow #C0D15A

Tints of Wild Willow #C0D15A

Color information

#C0D15A (or 0xC0D15A) is unknown color: approx Wild Willow. HEX triplet: C0, D1 and 5A. RGB value is (192,209,90). Sum of RGB (Red+Green+Blue) = 192+209+90=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 209 (82.03% from 255 or 42.57% from 491); Blue value is 90 (35.55% from 255 or 18.33% from 491); Max value from RGB is 209 - color contains mainly: green. Hex color #C0D15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D15A is #3F2EA5. Grayscale: #BEBEBE. Windows color (decimal): -4140710 or 5951936. OLE color: 5951936.

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

Color convert

RGB19220990-
CMYK0.0800.570.18
HSL68.57º56.4%58.63%-
HSV(B)68.57º56.94%81.96%-
XYZ46.3857.5518.34-
YUV190.3571.37129.18-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.10%
GREEN value IS 209 (82.03% from 255) = 42.57%
BLUE value IS 90 (35.55% from 255) = 18.33%
R=39.10%
G=42.57%
B=18.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal192209900.0800.570.1868.5756.458.63
HexC0D15A80391245383b
Octal30032113210071221057073
Binary1100000011010001101101010000111001100101000101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D15A; }

 p { color: rgb(192,209,90); }

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

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

 a { background-color: rgb(192,209,90); }

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

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

 span { border-color: rgb(192,209,90); }

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