#B2B76E

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

Shades of Dark Khaki #B2B76E

Tints of Dark Khaki #B2B76E

Color information

#B2B76E (or 0xB2B76E) is unknown color: approx Dark Khaki. HEX triplet: B2, B7 and 6E. RGB value is (178,183,110). Sum of RGB (Red+Green+Blue) = 178+183+110=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 183 (71.88% from 255 or 38.85% from 471); Blue value is 110 (43.36% from 255 or 23.35% from 471); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B76E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B76E is #4D4891. Grayscale: #ADADAD. Windows color (decimal): -5064850 or 7255986. OLE color: 7255986.

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

Color convert

RGB178183110-
CMYK0.0300.400.28
HSL64.11º33.64%57.45%-
HSV(B)64.11º39.89%71.76%-
XYZ38.1144.4621.32-
YUV173.1892.34131.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.79%
GREEN value IS 183 (71.88% from 255) = 38.85%
BLUE value IS 110 (43.36% from 255) = 23.35%
R=37.79%
G=38.85%
B=23.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1781831100.0300.400.2864.1133.6457.45
HexB2B76E30281C402239
Octal2622671563050341004271
Binary10110010101101111101110110101000111001000000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B76E; }

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

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

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

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

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

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

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

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