#B2B86B

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

Shades of Dark Khaki #B2B86B

Tints of Dark Khaki #B2B86B

Color information

#B2B86B (or 0xB2B86B) is unknown color: approx Dark Khaki. HEX triplet: B2, B8 and 6B. RGB value is (178,184,107). Sum of RGB (Red+Green+Blue) = 178+184+107=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 184 (72.27% from 255 or 39.23% from 469); Blue value is 107 (42.19% from 255 or 22.81% from 469); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B86B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B86B is #4D4794. Grayscale: #ADADAD. Windows color (decimal): -5064597 or 7059634. OLE color: 7059634.

HSL color Cylindrical-coordinate representation of color #B2B86B: hue angle of 64.68º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B2B86B is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB178184107-
CMYK0.0300.420.28
HSL64.68º35.16%57.06%-
HSV(B)64.68º41.85%72.16%-
XYZ38.1544.8120.55-
YUV173.4390.51131.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.95%
GREEN value IS 184 (72.27% from 255) = 39.23%
BLUE value IS 107 (42.19% from 255) = 22.81%
R=37.95%
G=39.23%
B=22.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1781841070.0300.420.2864.6835.1657.06
HexB2B86B302A1C412339
Octal2622701533052341014371
Binary10110010101110001101011110101010111001000001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B86B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B86B; }

 p { color: rgb(178,184,107); }

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

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

 a { background-color: rgb(178,184,107); }

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

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

 span { border-color: rgb(178,184,107); }

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