#C0C55C

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

Shades of Wild Willow #C0C55C

Tints of Wild Willow #C0C55C

Color information

#C0C55C (or 0xC0C55C) is unknown color: approx Wild Willow. HEX triplet: C0, C5 and 5C. RGB value is (192,197,92). Sum of RGB (Red+Green+Blue) = 192+197+92=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 197 (77.34% from 255 or 40.96% from 481); Blue value is 92 (36.33% from 255 or 19.13% from 481); Max value from RGB is 197 - color contains mainly: green. Hex color #C0C55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C55C is #3F3AA3. Grayscale: #B7B7B7. Windows color (decimal): -4143780 or 6079936. OLE color: 6079936.

HSL color Cylindrical-coordinate representation of color #C0C55C: hue angle of 62.86º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0C55C is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB19219792-
CMYK0.0300.530.23
HSL62.86º47.51%56.67%-
HSV(B)62.86º53.3%77.25%-
XYZ43.6451.9117.85-
YUV183.5476.34134.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.92%
GREEN value IS 197 (77.34% from 255) = 40.96%
BLUE value IS 92 (36.33% from 255) = 19.13%
R=39.92%
G=40.96%
B=19.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal192197920.0300.530.2362.8647.5156.67
HexC0C55C3035173f3039
Octal300305134306527776071
Binary1100000011000101101110011011010110111111111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C55C; }

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

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

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

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

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

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

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

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