#B8BA6E

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

Shades of Dark Khaki #B8BA6E

Tints of Dark Khaki #B8BA6E

Color information

#B8BA6E (or 0xB8BA6E) is unknown color: approx Dark Khaki. HEX triplet: B8, BA and 6E. RGB value is (184,186,110). Sum of RGB (Red+Green+Blue) = 184+186+110=480 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.33% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 110 (43.36% from 255 or 22.92% from 480); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BA6E is #474591. Grayscale: #B1B1B1. Windows color (decimal): -4670866 or 7256760. OLE color: 7256760.

HSL color Cylindrical-coordinate representation of color #B8BA6E: hue angle of 61.58º 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 #B8BA6E is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB184186110-
CMYK0.0100.410.27
HSL61.58º35.51%58.04%-
HSV(B)61.58º40.86%72.94%-
XYZ40.1446.4321.6-
YUV176.7490.34133.18-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.33%
GREEN value IS 186 (73.05% from 255) = 38.75%
BLUE value IS 110 (43.36% from 255) = 22.92%
R=38.33%
G=38.75%
B=22.92%

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
Decimal1841861100.0100.410.2761.5835.5158.04
HexB8BA6E10291B3e243a
Octal270272156105133764472
Binary101110001011101011011101010100111011111110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BA6E; }

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

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

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

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

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

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

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

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