#C5C05B

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

Shades of Wild Willow #C5C05B

Tints of Wild Willow #C5C05B

Color information

#C5C05B (or 0xC5C05B) is unknown color: approx Wild Willow. HEX triplet: C5, C0 and 5B. RGB value is (197,192,91). Sum of RGB (Red+Green+Blue) = 197+192+91=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 91 (35.94% from 255 or 18.96% from 480); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C05B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C05B is #3A3FA4. Grayscale: #B6B6B6. Windows color (decimal): -3817381 or 6013125. OLE color: 6013125.

HSL color Cylindrical-coordinate representation of color #C5C05B: hue angle of 57.17º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C5C05B is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB19719291-
CMYK00.030.540.23
HSL57.17º47.75%56.47%-
HSV(B)57.17º53.81%77.25%-
XYZ43.7650.3217.3-
YUV181.9876.66138.71-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.04%
GREEN value IS 192 (75.39% from 255) = 40%
BLUE value IS 91 (35.94% from 255) = 18.96%
R=41.04%
G=40%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971929100.030.540.2357.1747.7556.47
HexC5C05B033617393038
Octal305300133036627716070
Binary1100010111000000101101101111011010111111001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C05B; }

 p { color: rgb(197,192,91); }

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

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

 a { background-color: rgb(197,192,91); }

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

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

 span { border-color: rgb(197,192,91); }

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