#C2CC60

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

Shades of Wild Willow #C2CC60

Tints of Wild Willow #C2CC60

Color information

#C2CC60 (or 0xC2CC60) is unknown color: approx Wild Willow. HEX triplet: C2, CC and 60. RGB value is (194,204,96). Sum of RGB (Red+Green+Blue) = 194+204+96=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 96 (37.89% from 255 or 19.43% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CC60 is #3D339F. Grayscale: #BDBDBD. Windows color (decimal): -4010912 or 6343874. OLE color: 6343874.

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

Color convert

RGB19420496-
CMYK0.0500.530.2
HSL65.56º51.43%58.82%-
HSV(B)65.56º52.94%80%-
XYZ45.9555.519.36-
YUV188.775.69131.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.27%
GREEN value IS 204 (80.08% from 255) = 41.30%
BLUE value IS 96 (37.89% from 255) = 19.43%
R=39.27%
G=41.30%
B=19.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal194204960.0500.530.265.5651.4358.82
HexC2CC6050351442333b
Octal3023141405065241026373
Binary110000101100110011000001010110101101001000010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CC60; }

 p { color: rgb(194,204,96); }

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

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

 a { background-color: rgb(194,204,96); }

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

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

 span { border-color: rgb(194,204,96); }

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