#B2BA6E

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

Shades of Dark Khaki #B2BA6E

Tints of Dark Khaki #B2BA6E

Color information

#B2BA6E (or 0xB2BA6E) is unknown color: approx Dark Khaki. HEX triplet: B2, BA and 6E. RGB value is (178,186,110). Sum of RGB (Red+Green+Blue) = 178+186+110=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BA6E is #4D4591. Grayscale: #AFAFAF. Windows color (decimal): -5064082 or 7256754. OLE color: 7256754.

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

Color convert

RGB178186110-
CMYK0.0400.410.27
HSL66.32º35.51%58.04%-
HSV(B)66.32º40.86%72.94%-
XYZ38.7345.7121.53-
YUV174.9491.35130.18-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.55%
GREEN value IS 186 (73.05% from 255) = 39.24%
BLUE value IS 110 (43.36% from 255) = 23.21%
R=37.55%
G=39.24%
B=23.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781861100.0400.410.2766.3235.5158.04
HexB2BA6E40291B42243a
Octal2622721564051331024472
Binary101100101011101011011101000101001110111000010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BA6E; }

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

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

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

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

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

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

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

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