#C9BE6D

Color #C9BE6D Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #C9BE6D

Tints of Dark Khaki #C9BE6D

Color information

#C9BE6D (or 0xC9BE6D) is unknown color: approx Dark Khaki. HEX triplet: C9, BE and 6D. RGB value is (201,190,109). Sum of RGB (Red+Green+Blue) = 201+190+109=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 109 (42.97% from 255 or 21.8% from 500); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BE6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BE6D is #364192. Grayscale: #B8B8B8. Windows color (decimal): -3555731 or 7192265. OLE color: 7192265.

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

Color convert

RGB201190109-
CMYK00.050.460.21
HSL52.83º46%60.78%-
HSV(B)52.83º45.77%78.82%-
XYZ45.2650.3521.8-
YUV184.0585.64140.09-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.2%
GREEN value IS 190 (74.61% from 255) = 38%
BLUE value IS 109 (42.97% from 255) = 21.8%
R=40.2%
G=38%
B=21.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119010900.050.460.2152.834660.78
HexC9BE6D052E15352e3d
Octal311276155055625655675
Binary11001001101111101101101010110111010101110101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BE6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BE6D; }

 p { color: rgb(201,190,109); }

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

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

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

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

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

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

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