#C2CC5A

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

Shades of Wild Willow #C2CC5A

Tints of Wild Willow #C2CC5A

Color information

#C2CC5A (or 0xC2CC5A) is unknown color: approx Wild Willow. HEX triplet: C2, CC and 5A. RGB value is (194,204,90). Sum of RGB (Red+Green+Blue) = 194+204+90=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 90 (35.55% from 255 or 18.44% from 488); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CC5A is #3D33A5. Grayscale: #BCBCBC. Windows color (decimal): -4010918 or 5950658. OLE color: 5950658.

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

Color convert

RGB19420490-
CMYK0.0500.560.2
HSL65.26º52.78%57.65%-
HSV(B)65.26º55.88%80%-
XYZ45.6955.3917.96-
YUV188.0172.69132.27-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.75%
GREEN value IS 204 (80.08% from 255) = 41.80%
BLUE value IS 90 (35.55% from 255) = 18.44%
R=39.75%
G=41.80%
B=18.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal194204900.0500.560.265.2652.7857.65
HexC2CC5A50381441353a
Octal3023141325070241016572
Binary110000101100110010110101010111000101001000001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CC5A; }

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

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

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

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

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

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

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

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