#B3B76F

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

Shades of Dark Khaki #B3B76F

Tints of Dark Khaki #B3B76F

Color information

#B3B76F (or 0xB3B76F) is unknown color: approx Dark Khaki. HEX triplet: B3, B7 and 6F. RGB value is (179,183,111). Sum of RGB (Red+Green+Blue) = 179+183+111=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 111 (43.75% from 255 or 23.47% from 473); Max value from RGB is 183 - color contains mainly: green. Hex color #B3B76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B76F is #4C4890. Grayscale: #ADADAD. Windows color (decimal): -4999313 or 7321523. OLE color: 7321523.

HSL color Cylindrical-coordinate representation of color #B3B76F: hue angle of 63.33º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B3B76F is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB179183111-
CMYK0.0200.390.28
HSL63.33º33.33%57.65%-
HSV(B)63.33º39.34%71.76%-
XYZ38.3944.621.62-
YUV173.692.67131.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.84%
GREEN value IS 183 (71.88% from 255) = 38.69%
BLUE value IS 111 (43.75% from 255) = 23.47%
R=37.84%
G=38.69%
B=23.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1791831110.0200.390.2863.3333.3357.65
HexB3B76F20271C3f213a
Octal263267157204734774172
Binary1011001110110111110111110010011111100111111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B76F; }

 p { color: rgb(179,183,111); }

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

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

 a { background-color: rgb(179,183,111); }

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

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

 span { border-color: rgb(179,183,111); }

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