#B1B96F

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

Shades of Dark Khaki #B1B96F

Tints of Dark Khaki #B1B96F

Color information

#B1B96F (or 0xB1B96F) is unknown color: approx Dark Khaki. HEX triplet: B1, B9 and 6F. RGB value is (177,185,111). Sum of RGB (Red+Green+Blue) = 177+185+111=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 111 (43.75% from 255 or 23.47% from 473); Max value from RGB is 185 - color contains mainly: green. Hex color #B1B96F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B96F is #4E4690. Grayscale: #AEAEAE. Windows color (decimal): -5129873 or 7322033. OLE color: 7322033.

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

Color convert

RGB177185111-
CMYK0.0400.40.27
HSL66.49º34.58%58.04%-
HSV(B)66.49º40%72.55%-
XYZ38.3545.1921.74-
YUV174.1792.35130.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.42%
GREEN value IS 185 (72.66% from 255) = 39.11%
BLUE value IS 111 (43.75% from 255) = 23.47%
R=37.42%
G=39.11%
B=23.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771851110.0400.40.2766.4934.5858.04
HexB1B96F40281B42233a
Octal2612711574050331024372
Binary101100011011100111011111000101000110111000010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B96F; }

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

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

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

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

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

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

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

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