#C5CF53

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

Shades of Wild Willow #C5CF53

Tints of Wild Willow #C5CF53

Color information

#C5CF53 (or 0xC5CF53) is unknown color: approx Wild Willow. HEX triplet: C5, CF and 53. RGB value is (197,207,83). Sum of RGB (Red+Green+Blue) = 197+207+83=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 83 (32.81% from 255 or 17.04% from 487); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CF53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CF53 is #3A30AC. Grayscale: #BEBEBE. Windows color (decimal): -3813549 or 5492677. OLE color: 5492677.

HSL color Cylindrical-coordinate representation of color #C5CF53: hue angle of 64.84º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5CF53 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB19720783-
CMYK0.0500.600.19
HSL64.84º56.36%56.86%-
HSV(B)64.84º59.9%81.18%-
XYZ46.957.1216.74-
YUV189.8767.69133.08-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.45%
GREEN value IS 207 (81.25% from 255) = 42.51%
BLUE value IS 83 (32.81% from 255) = 17.04%
R=40.45%
G=42.51%
B=17.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal197207830.0500.600.1964.8456.3656.86
HexC5CF53503C13413839
Octal3053171235074231017071
Binary110001011100111110100111010111100100111000001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CF53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CF53; }

 p { color: rgb(197,207,83); }

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

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

 a { background-color: rgb(197,207,83); }

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

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

 span { border-color: rgb(197,207,83); }

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