#B8BC6C

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

Shades of Dark Khaki #B8BC6C

Tints of Dark Khaki #B8BC6C

Color information

#B8BC6C (or 0xB8BC6C) is unknown color: approx Dark Khaki. HEX triplet: B8, BC and 6C. RGB value is (184,188,108). Sum of RGB (Red+Green+Blue) = 184+188+108=480 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.33% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 188 - color contains mainly: green. Hex color #B8BC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BC6C is #474393. Grayscale: #B1B1B1. Windows color (decimal): -4670356 or 7126200. OLE color: 7126200.

HSL color Cylindrical-coordinate representation of color #B8BC6C: hue angle of 63º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B8BC6C is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB184188108-
CMYK0.0200.430.26
HSL63º37.38%58.04%-
HSV(B)63º42.55%73.73%-
XYZ40.4647.2421.17-
YUV177.6888.67132.5-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.33%
GREEN value IS 188 (73.83% from 255) = 39.17%
BLUE value IS 108 (42.58% from 255) = 22.5%
R=38.33%
G=39.17%
B=22.5%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841881080.0200.430.266337.3858.04
HexB8BC6C202B1A3f253a
Octal270274154205332774572
Binary1011100010111100110110010010101111010111111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BC6C; }

 p { color: rgb(184,188,108); }

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

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

 a { background-color: rgb(184,188,108); }

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

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

 span { border-color: rgb(184,188,108); }

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