#B3B256

Color #B3B256 Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #B3B256

Tints of Olive Green #B3B256

Color information

#B3B256 (or 0xB3B256) is unknown color: approx Olive Green. HEX triplet: B3, B2 and 56. RGB value is (179,178,86). Sum of RGB (Red+Green+Blue) = 179+178+86=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 178 (69.92% from 255 or 40.18% from 443); Blue value is 86 (33.98% from 255 or 19.41% from 443); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3B256 is #4C4DA9. Grayscale: #A8A8A8. Windows color (decimal): -5000618 or 5681843. OLE color: 5681843.

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

Color convert

RGB17917886-
CMYK00.010.520.30
HSL59.35º37.96%51.96%-
HSV(B)59.35º51.96%70.2%-
XYZ36.1942.115.02-
YUV167.8181.83135.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.41%
GREEN value IS 178 (69.92% from 255) = 40.18%
BLUE value IS 86 (33.98% from 255) = 19.41%
R=40.41%
G=40.18%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791788600.010.520.3059.3537.9651.96
HexB3B25601341E3b2634
Octal263262126016436734664
Binary101100111011001010101100111010011110111011100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B256; }

 p { color: rgb(179,178,86); }

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

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

 a { background-color: rgb(179,178,86); }

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

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

 span { border-color: rgb(179,178,86); }

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