#B8BA6D

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

Shades of Dark Khaki #B8BA6D

Tints of Dark Khaki #B8BA6D

Color information

#B8BA6D (or 0xB8BA6D) is unknown color: approx Dark Khaki. HEX triplet: B8, BA and 6D. RGB value is (184,186,109). Sum of RGB (Red+Green+Blue) = 184+186+109=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 109 (42.97% from 255 or 22.76% from 479); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BA6D is #474592. Grayscale: #B0B0B0. Windows color (decimal): -4670867 or 7191224. OLE color: 7191224.

HSL color Cylindrical-coordinate representation of color #B8BA6D: hue angle of 61.56º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B8BA6D is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB184186109-
CMYK0.0100.410.27
HSL61.56º35.81%57.84%-
HSV(B)61.56º41.4%72.94%-
XYZ40.0946.4121.31-
YUV176.6289.84133.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.41%
GREEN value IS 186 (73.05% from 255) = 38.83%
BLUE value IS 109 (42.97% from 255) = 22.76%
R=38.41%
G=38.83%
B=22.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841861090.0100.410.2761.5635.8157.84
HexB8BA6D10291B3e243a
Octal270272155105133764472
Binary101110001011101011011011010100111011111110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BA6D; }

 p { color: rgb(184,186,109); }

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

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

 a { background-color: rgb(184,186,109); }

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

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

 span { border-color: rgb(184,186,109); }

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