#c2cc5b

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

Shades of Wild Willow #C2CC5B

Tints of Wild Willow #C2CC5B

Color information

#C2CC5B (or 0xC2CC5B) is unknown color: approx Wild Willow. HEX triplet: C2, CC and 5B. RGB value is (194,204,91). Sum of RGB (Red+Green+Blue) = 194+204+91=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 91 (35.94% from 255 or 18.61% from 489); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CC5B is #3D33A4. Grayscale: #BCBCBC. Windows color (decimal): -4010917 or 6016194. OLE color: 6016194.

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

Color convert

RGB19420491-
CMYK0.0500.550.2
HSL65.31º52.56%57.84%-
HSV(B)65.31º55.39%80%-
XYZ45.7355.4118.18-
YUV188.1373.19132.19-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.67%
GREEN value IS 204 (80.08% from 255) = 41.72%
BLUE value IS 91 (35.94% from 255) = 18.61%
R=39.67%
G=41.72%
B=18.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal194204910.0500.550.265.3152.5657.84
HexC2CC5B50371441353a
Octal3023141335067241016572
Binary110000101100110010110111010110111101001000001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2cc5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2cc5b; }

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

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

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

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

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

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

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

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