#C0C36A

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

Shades of Wild Willow #C0C36A

Tints of Wild Willow #C0C36A

Color information

#C0C36A (or 0xC0C36A) is unknown color: approx Wild Willow. HEX triplet: C0, C3 and 6A. RGB value is (192,195,106). Sum of RGB (Red+Green+Blue) = 192+195+106=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 195 (76.56% from 255 or 39.55% from 493); Blue value is 106 (41.80% from 255 or 21.50% from 493); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C36A is #3F3C95. Grayscale: #B8B8B8. Windows color (decimal): -4144278 or 6996928. OLE color: 6996928.

HSL color Cylindrical-coordinate representation of color #C0C36A: hue angle of 62.02º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C0C36A is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB192195106-
CMYK0.0200.460.24
HSL62.02º42.58%59.02%-
HSV(B)62.02º45.64%76.47%-
XYZ43.8551.2821.22-
YUV183.9684.01133.74-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.95%
GREEN value IS 195 (76.56% from 255) = 39.55%
BLUE value IS 106 (41.80% from 255) = 21.50%
R=38.95%
G=39.55%
B=21.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921951060.0200.460.2462.0242.5859.02
HexC0C36A202E183e2b3b
Octal300303152205630765373
Binary1100000011000011110101010010111011000111110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C36A; }

 p { color: rgb(192,195,106); }

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

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

 a { background-color: rgb(192,195,106); }

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

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

 span { border-color: rgb(192,195,106); }

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