#B1BB6E

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

Shades of Dark Khaki #B1BB6E

Tints of Dark Khaki #B1BB6E

Color information

#B1BB6E (or 0xB1BB6E) is unknown color: approx Dark Khaki. HEX triplet: B1, BB and 6E. RGB value is (177,187,110). Sum of RGB (Red+Green+Blue) = 177+187+110=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 187 - color contains mainly: green. Hex color #B1BB6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BB6E is #4E4491. Grayscale: #AFAFAF. Windows color (decimal): -5129362 or 7257009. OLE color: 7257009.

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

Color convert

RGB177187110-
CMYK0.0500.410.27
HSL67.79º36.15%58.24%-
HSV(B)67.79º41.18%73.33%-
XYZ38.7246.0121.59-
YUV175.2391.19129.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.34%
GREEN value IS 187 (73.44% from 255) = 39.45%
BLUE value IS 110 (43.36% from 255) = 23.21%
R=37.34%
G=39.45%
B=23.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771871100.0500.410.2767.7936.1558.24
HexB1BB6E50291B44243a
Octal2612731565051331044472
Binary101100011011101111011101010101001110111000100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BB6E; }

 p { color: rgb(177,187,110); }

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

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

 a { background-color: rgb(177,187,110); }

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

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

 span { border-color: rgb(177,187,110); }

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