#C2CD56

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

Shades of Wild Willow #C2CD56

Tints of Wild Willow #C2CD56

Color information

#C2CD56 (or 0xC2CD56) is unknown color: approx Wild Willow. HEX triplet: C2, CD and 56. RGB value is (194,205,86). Sum of RGB (Red+Green+Blue) = 194+205+86=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 86 (33.98% from 255 or 17.73% from 485); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CD56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CD56 is #3D32A9. Grayscale: #BCBCBC. Windows color (decimal): -4010666 or 5688770. OLE color: 5688770.

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

Color convert

RGB19420586-
CMYK0.0500.580.20
HSL65.55º54.34%57.06%-
HSV(B)65.55º58.05%80.39%-
XYZ45.7655.817.16-
YUV188.1470.36132.18-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40%
GREEN value IS 205 (80.47% from 255) = 42.27%
BLUE value IS 86 (33.98% from 255) = 17.73%
R=40%
G=42.27%
B=17.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal194205860.0500.580.2065.5554.3457.06
HexC2CD56503A14423639
Octal3023151265072241026671
Binary110000101100110110101101010111010101001000010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CD56; }

 p { color: rgb(194,205,86); }

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

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

 a { background-color: rgb(194,205,86); }

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

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

 span { border-color: rgb(194,205,86); }

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