#C5C969

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

Shades of Wild Willow #C5C969

Tints of Wild Willow #C5C969

Color information

#C5C969 (or 0xC5C969) is unknown color: approx Wild Willow. HEX triplet: C5, C9 and 69. RGB value is (197,201,105). Sum of RGB (Red+Green+Blue) = 197+201+105=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 105 (41.41% from 255 or 20.87% from 503); Max value from RGB is 201 - color contains mainly: green. Hex color #C5C969 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C969 is #3A3696. Grayscale: #BDBDBD. Windows color (decimal): -3815063 or 6932933. OLE color: 6932933.

HSL color Cylindrical-coordinate representation of color #C5C969: hue angle of 62.5º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C5C969 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB197201105-
CMYK0.0200.480.21
HSL62.5º47.06%60%-
HSV(B)62.5º47.76%78.82%-
XYZ46.4654.6621.47-
YUV188.8680.67133.81-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.17%
GREEN value IS 201 (78.91% from 255) = 39.96%
BLUE value IS 105 (41.41% from 255) = 20.87%
R=39.17%
G=39.96%
B=20.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1972011050.0200.480.2162.547.0660
HexC5C9692030153e2f3c
Octal305311151206025765774
Binary1100010111001001110100110011000010101111110101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C969; }

 p { color: rgb(197,201,105); }

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

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

 a { background-color: rgb(197,201,105); }

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

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

 span { border-color: rgb(197,201,105); }

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