#B0B96F

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

Shades of Dark Khaki #B0B96F

Tints of Dark Khaki #B0B96F

Color information

#B0B96F (or 0xB0B96F) is unknown color: approx Dark Khaki. HEX triplet: B0, B9 and 6F. RGB value is (176,185,111). Sum of RGB (Red+Green+Blue) = 176+185+111=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 111 (43.75% from 255 or 23.52% from 472); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B96F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B96F is #4F4690. Grayscale: #AEAEAE. Windows color (decimal): -5195409 or 7322032. OLE color: 7322032.

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

Color convert

RGB176185111-
CMYK0.0500.40.27
HSL67.3º34.58%58.04%-
HSV(B)67.3º40%72.55%-
XYZ38.1245.0821.73-
YUV173.8792.52129.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.29%
GREEN value IS 185 (72.66% from 255) = 39.19%
BLUE value IS 111 (43.75% from 255) = 23.52%
R=37.29%
G=39.19%
B=23.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761851110.0500.40.2767.334.5858.04
HexB0B96F50281B43233a
Octal2602711575050331034372
Binary101100001011100111011111010101000110111000011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B96F; }

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

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

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

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

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

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

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

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