#B2B96E

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

Shades of Dark Khaki #B2B96E

Tints of Dark Khaki #B2B96E

Color information

#B2B96E (or 0xB2B96E) is unknown color: approx Dark Khaki. HEX triplet: B2, B9 and 6E. RGB value is (178,185,110). Sum of RGB (Red+Green+Blue) = 178+185+110=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 110 (43.36% from 255 or 23.26% from 473); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B96E is #4D4691. Grayscale: #AEAEAE. Windows color (decimal): -5064338 or 7256498. OLE color: 7256498.

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

Color convert

RGB178185110-
CMYK0.0400.410.27
HSL65.6º34.88%57.84%-
HSV(B)65.6º40.54%72.55%-
XYZ38.5245.2921.46-
YUV174.3691.68130.6-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.63%
GREEN value IS 185 (72.66% from 255) = 39.11%
BLUE value IS 110 (43.36% from 255) = 23.26%
R=37.63%
G=39.11%
B=23.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781851100.0400.410.2765.634.8857.84
HexB2B96E40291B42233a
Octal2622711564051331024372
Binary101100101011100111011101000101001110111000010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B96E; }

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

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

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

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

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

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

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

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