#B1BA6F

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

Shades of Dark Khaki #B1BA6F

Tints of Dark Khaki #B1BA6F

Color information

#B1BA6F (or 0xB1BA6F) is unknown color: approx Dark Khaki. HEX triplet: B1, BA and 6F. RGB value is (177,186,111). Sum of RGB (Red+Green+Blue) = 177+186+111=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 111 (43.75% from 255 or 23.42% from 474); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BA6F is #4E4590. Grayscale: #AFAFAF. Windows color (decimal): -5129617 or 7322289. OLE color: 7322289.

HSL color Cylindrical-coordinate representation of color #B1BA6F: hue angle of 67.2º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B1BA6F is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB177186111-
CMYK0.0500.400.27
HSL67.2º35.21%58.24%-
HSV(B)67.2º40.32%72.94%-
XYZ38.5645.6121.81-
YUV174.7692.02129.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.34%
GREEN value IS 186 (73.05% from 255) = 39.24%
BLUE value IS 111 (43.75% from 255) = 23.42%
R=37.34%
G=39.24%
B=23.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771861110.0500.400.2767.235.2158.24
HexB1BA6F50281B43233a
Octal2612721575050331034372
Binary101100011011101011011111010101000110111000011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BA6F; }

 p { color: rgb(177,186,111); }

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

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

 a { background-color: rgb(177,186,111); }

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

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

 span { border-color: rgb(177,186,111); }

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