#B2B76B

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

Shades of Dark Khaki #B2B76B

Tints of Dark Khaki #B2B76B

Color information

#B2B76B (or 0xB2B76B) is unknown color: approx Dark Khaki. HEX triplet: B2, B7 and 6B. RGB value is (178,183,107). Sum of RGB (Red+Green+Blue) = 178+183+107=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 183 (71.88% from 255 or 39.10% from 468); Blue value is 107 (42.19% from 255 or 22.86% from 468); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B76B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B76B is #4D4894. Grayscale: #ADADAD. Windows color (decimal): -5064853 or 7059378. OLE color: 7059378.

HSL color Cylindrical-coordinate representation of color #B2B76B: hue angle of 63.95º 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 #B2B76B is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB178183107-
CMYK0.0300.420.28
HSL63.95º34.55%56.86%-
HSV(B)63.95º41.53%71.76%-
XYZ37.9544.3920.48-
YUV172.8490.84131.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.03%
GREEN value IS 183 (71.88% from 255) = 39.10%
BLUE value IS 107 (42.19% from 255) = 22.86%
R=38.03%
G=39.10%
B=22.86%

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
Decimal1781831070.0300.420.2863.9534.5556.86
HexB2B76B302A1C402339
Octal2622671533052341004371
Binary10110010101101111101011110101010111001000000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B76B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B76B; }

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

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

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

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

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

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

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

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