#C8BD68

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

Shades of Dark Khaki #C8BD68

Tints of Dark Khaki #C8BD68

Color information

#C8BD68 (or 0xC8BD68) is unknown color: approx Dark Khaki. HEX triplet: C8, BD and 68. RGB value is (200,189,104). Sum of RGB (Red+Green+Blue) = 200+189+104=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 189 (74.22% from 255 or 38.34% from 493); Blue value is 104 (41.02% from 255 or 21.10% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BD68 is #374297. Grayscale: #B6B6B6. Windows color (decimal): -3621528 or 6864328. OLE color: 6864328.

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

Color convert

RGB200189104-
CMYK00.060.480.22
HSL53.12º46.6%59.61%-
HSV(B)53.12º48%78.43%-
XYZ44.5249.6720.34-
YUV182.683.64140.41-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.57%
GREEN value IS 189 (74.22% from 255) = 38.34%
BLUE value IS 104 (41.02% from 255) = 21.10%
R=40.57%
G=38.34%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018910400.060.480.2253.1246.659.61
HexC8BD68063016352f3c
Octal310275150066026655774
Binary11001000101111011101000011011000010110110101101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BD68; }

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

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

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

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

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

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

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

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