#C0CC61

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

Shades of Wild Willow #C0CC61

Tints of Wild Willow #C0CC61

Color information

#C0CC61 (or 0xC0CC61) is unknown color: approx Wild Willow. HEX triplet: C0, CC and 61. RGB value is (192,204,97). Sum of RGB (Red+Green+Blue) = 192+204+97=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 204 (80.08% from 255 or 41.38% from 493); Blue value is 97 (38.28% from 255 or 19.68% from 493); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CC61 is #3F339E. Grayscale: #BCBCBC. Windows color (decimal): -4141983 or 6409408. OLE color: 6409408.

HSL color Cylindrical-coordinate representation of color #C0CC61: hue angle of 66.73º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0CC61 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.2.

Color convert

RGB19220497-
CMYK0.0600.520.2
HSL66.73º51.2%59.02%-
HSV(B)66.73º52.45%80%-
XYZ45.4955.2619.58-
YUV188.2176.52130.7-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.95%
GREEN value IS 204 (80.08% from 255) = 41.38%
BLUE value IS 97 (38.28% from 255) = 19.68%
R=38.95%
G=41.38%
B=19.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal192204970.0600.520.266.7351.259.02
HexC0CC6160341443333b
Octal3003141416064241036373
Binary110000001100110011000011100110100101001000011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CC61; }

 p { color: rgb(192,204,97); }

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

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

 a { background-color: rgb(192,204,97); }

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

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

 span { border-color: rgb(192,204,97); }

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