#C0D95A

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

Shades of Wild Willow #C0D95A

Tints of Wild Willow #C0D95A

Color information

#C0D95A (or 0xC0D95A) is unknown color: approx Wild Willow. HEX triplet: C0, D9 and 5A. RGB value is (192,217,90). Sum of RGB (Red+Green+Blue) = 192+217+90=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 90 (35.55% from 255 or 18.04% from 499); Max value from RGB is 217 - color contains mainly: green. Hex color #C0D95A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D95A is #3F26A5. Grayscale: #C3C3C3. Windows color (decimal): -4138662 or 5953984. OLE color: 5953984.

HSL color Cylindrical-coordinate representation of color #C0D95A: hue angle of 71.81º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0D95A is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB19221790-
CMYK0.1200.590.15
HSL71.81º62.56%60.2%-
HSV(B)71.81º58.53%85.1%-
XYZ48.461.5719.01-
YUV195.0568.72125.83-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.48%
GREEN value IS 217 (85.16% from 255) = 43.49%
BLUE value IS 90 (35.55% from 255) = 18.04%
R=38.48%
G=43.49%
B=18.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal192217900.1200.590.1571.8162.5660.2
HexC0D95AC03BF483f3c
Octal30033113214073171107774
Binary110000001101100110110101100011101111111001000111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D95A; }

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

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

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

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

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

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

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

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