#C9C96B

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

Shades of Wild Willow #C9C96B

Tints of Wild Willow #C9C96B

Color information

#C9C96B (or 0xC9C96B) is unknown color: approx Wild Willow. HEX triplet: C9, C9 and 6B. RGB value is (201,201,107). Sum of RGB (Red+Green+Blue) = 201+201+107=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 201 (78.91% from 255 or 39.49% from 509); Blue value is 107 (42.19% from 255 or 21.02% from 509); Max value from RGB is 201 - color contains mainly: red, green. Hex color #C9C96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C96B is #363694. Grayscale: #BEBEBE. Windows color (decimal): -3552917 or 7064009. OLE color: 7064009.

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

Color convert

RGB201201107-
CMYK000.470.21
HSL60º46.53%60.39%-
HSV(B)60º46.77%78.82%-
XYZ47.6355.2522.06-
YUV190.2881135.64-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.49%
GREEN value IS 201 (78.91% from 255) = 39.49%
BLUE value IS 107 (42.19% from 255) = 21.02%
R=39.49%
G=39.49%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201201107000.470.216046.5360.39
HexC9C96B002F153c2f3c
Octal311311153005725745774
Binary110010011100100111010110010111110101111100101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C96B; }

 p { color: rgb(201,201,107); }

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

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

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

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

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

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

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