#B8BC6F

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

Shades of Dark Khaki #B8BC6F

Tints of Dark Khaki #B8BC6F

Color information

#B8BC6F (or 0xB8BC6F) is unknown color: approx Dark Khaki. HEX triplet: B8, BC and 6F. RGB value is (184,188,111). Sum of RGB (Red+Green+Blue) = 184+188+111=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 111 (43.75% from 255 or 22.98% from 483); Max value from RGB is 188 - color contains mainly: green. Hex color #B8BC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BC6F is #474390. Grayscale: #B2B2B2. Windows color (decimal): -4670353 or 7322808. OLE color: 7322808.

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

Color convert

RGB184188111-
CMYK0.0200.410.26
HSL63.12º36.49%58.63%-
HSV(B)63.12º40.96%73.73%-
XYZ40.6247.322.03-
YUV178.0390.17132.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.10%
GREEN value IS 188 (73.83% from 255) = 38.92%
BLUE value IS 111 (43.75% from 255) = 22.98%
R=38.10%
G=38.92%
B=22.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841881110.0200.410.2663.1236.4958.63
HexB8BC6F20291A3f243b
Octal270274157205132774473
Binary1011100010111100110111110010100111010111111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BC6F; }

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

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

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

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

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

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

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

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