#C8BE6D

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

Shades of Dark Khaki #C8BE6D

Tints of Dark Khaki #C8BE6D

Color information

#C8BE6D (or 0xC8BE6D) is unknown color: approx Dark Khaki. HEX triplet: C8, BE and 6D. RGB value is (200,190,109). Sum of RGB (Red+Green+Blue) = 200+190+109=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 190 (74.61% from 255 or 38.08% from 499); Blue value is 109 (42.97% from 255 or 21.84% from 499); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BE6D is #374192. Grayscale: #B8B8B8. Windows color (decimal): -3621267 or 7192264. OLE color: 7192264.

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

Color convert

RGB200190109-
CMYK00.050.460.22
HSL53.41º45.27%60.59%-
HSV(B)53.41º45.5%78.43%-
XYZ44.9950.2121.79-
YUV183.7685.81139.59-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.08%
GREEN value IS 190 (74.61% from 255) = 38.08%
BLUE value IS 109 (42.97% from 255) = 21.84%
R=40.08%
G=38.08%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019010900.050.460.2253.4145.2760.59
HexC8BE6D052E16352d3d
Octal310276155055626655575
Binary11001000101111101101101010110111010110110101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BE6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BE6D; }

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

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

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

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

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

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

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

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