#B2B06E

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

Shades of Dark Khaki #B2B06E

Tints of Dark Khaki #B2B06E

Color information

#B2B06E (or 0xB2B06E) is unknown color: approx Dark Khaki. HEX triplet: B2, B0 and 6E. RGB value is (178,176,110). Sum of RGB (Red+Green+Blue) = 178+176+110=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B06E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2B06E is #4D4F91. Grayscale: #A9A9A9. Windows color (decimal): -5066642 or 7254194. OLE color: 7254194.

HSL color Cylindrical-coordinate representation of color #B2B06E: hue angle of 58.24º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B2B06E is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB178176110-
CMYK00.010.380.30
HSL58.24º30.63%56.47%-
HSV(B)58.24º38.2%69.8%-
XYZ36.741.6420.86-
YUV169.0794.66134.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.36%
GREEN value IS 176 (69.14% from 255) = 37.93%
BLUE value IS 110 (43.36% from 255) = 23.71%
R=38.36%
G=37.93%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817611000.010.380.3058.2430.6356.47
HexB2B06E01261E3a1f38
Octal262260156014636723770
Binary10110010101100001101110011001101111011101011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B06E; }

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

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

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

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

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

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

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

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