#B0B96E

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

Shades of Dark Khaki #B0B96E

Tints of Dark Khaki #B0B96E

Color information

#B0B96E (or 0xB0B96E) is unknown color: approx Dark Khaki. HEX triplet: B0, B9 and 6E. RGB value is (176,185,110). Sum of RGB (Red+Green+Blue) = 176+185+110=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 110 (43.36% from 255 or 23.35% from 471); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B96E is #4F4691. Grayscale: #AEAEAE. Windows color (decimal): -5195410 or 7256496. OLE color: 7256496.

HSL color Cylindrical-coordinate representation of color #B0B96E: 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.41%. Process color model (Four color, CMYK) of #B0B96E is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB176185110-
CMYK0.0500.410.27
HSL67.2º34.88%57.84%-
HSV(B)67.2º40.54%72.55%-
XYZ38.0745.0521.44-
YUV173.7692.02129.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.37%
GREEN value IS 185 (72.66% from 255) = 39.28%
BLUE value IS 110 (43.36% from 255) = 23.35%
R=37.37%
G=39.28%
B=23.35%

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
Decimal1761851100.0500.410.2767.234.8857.84
HexB0B96E50291B43233a
Octal2602711565051331034372
Binary101100001011100111011101010101001110111000011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B96E; }

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

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

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

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

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

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

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

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