#C8BD66

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

Shades of Dark Khaki #C8BD66

Tints of Dark Khaki #C8BD66

Color information

#C8BD66 (or 0xC8BD66) is unknown color: approx Dark Khaki. HEX triplet: C8, BD and 66. RGB value is (200,189,102). Sum of RGB (Red+Green+Blue) = 200+189+102=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 102 (40.23% from 255 or 20.77% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BD66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BD66 is #374299. Grayscale: #B6B6B6. Windows color (decimal): -3621530 or 6733256. OLE color: 6733256.

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

Color convert

RGB200189102-
CMYK00.060.490.22
HSL53.27º47.12%59.22%-
HSV(B)53.27º49%78.43%-
XYZ44.4249.6319.81-
YUV182.3782.64140.57-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.73%
GREEN value IS 189 (74.22% from 255) = 38.49%
BLUE value IS 102 (40.23% from 255) = 20.77%
R=40.73%
G=38.49%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018910200.060.490.2253.2747.1259.22
HexC8BD66063116352f3b
Octal310275146066126655773
Binary11001000101111011100110011011000110110110101101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BD66; }

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

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

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

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

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

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

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

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