#C5CE55

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

Shades of Wild Willow #C5CE55

Tints of Wild Willow #C5CE55

Color information

#C5CE55 (or 0xC5CE55) is unknown color: approx Wild Willow. HEX triplet: C5, CE and 55. RGB value is (197,206,85). Sum of RGB (Red+Green+Blue) = 197+206+85=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 85 (33.59% from 255 or 17.42% from 488); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CE55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CE55 is #3A31AA. Grayscale: #BDBDBD. Windows color (decimal): -3813803 or 5623493. OLE color: 5623493.

HSL color Cylindrical-coordinate representation of color #C5CE55: hue angle of 64.46º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C5CE55 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB19720685-
CMYK0.0400.590.19
HSL64.46º55.25%57.06%-
HSV(B)64.46º58.74%80.78%-
XYZ46.7456.6717.07-
YUV189.5269.02133.34-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.37%
GREEN value IS 206 (80.86% from 255) = 42.21%
BLUE value IS 85 (33.59% from 255) = 17.42%
R=40.37%
G=42.21%
B=17.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal197206850.0400.590.1964.4655.2557.06
HexC5CE55403B13403739
Octal3053161254073231006771
Binary110001011100111010101011000111011100111000000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CE55; }

 p { color: rgb(197,206,85); }

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

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

 a { background-color: rgb(197,206,85); }

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

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

 span { border-color: rgb(197,206,85); }

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