#C8BD6C

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

Shades of Dark Khaki #C8BD6C

Tints of Dark Khaki #C8BD6C

Color information

#C8BD6C (or 0xC8BD6C) is unknown color: approx Dark Khaki. HEX triplet: C8, BD and 6C. RGB value is (200,189,108). Sum of RGB (Red+Green+Blue) = 200+189+108=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 108 (42.58% from 255 or 21.73% from 497); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BD6C is #374293. Grayscale: #B7B7B7. Windows color (decimal): -3621524 or 7126472. OLE color: 7126472.

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

Color convert

RGB200189108-
CMYK00.060.460.22
HSL52.83º45.54%60.39%-
HSV(B)52.83º46%78.43%-
XYZ44.7249.7621.43-
YUV183.0685.64140.09-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.24%
GREEN value IS 189 (74.22% from 255) = 38.03%
BLUE value IS 108 (42.58% from 255) = 21.73%
R=40.24%
G=38.03%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018910800.060.460.2252.8345.5460.39
HexC8BD6C062E16352e3c
Octal310275154065626655674
Binary11001000101111011101100011010111010110110101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BD6C; }

 p { color: rgb(200,189,108); }

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

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

 a { background-color: rgb(200,189,108); }

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

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

 span { border-color: rgb(200,189,108); }

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