#B3B957

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

Shades of Olive Green #B3B957

Tints of Olive Green #B3B957

Color information

#B3B957 (or 0xB3B957) is unknown color: approx Olive Green. HEX triplet: B3, B9 and 57. RGB value is (179,185,87). Sum of RGB (Red+Green+Blue) = 179+185+87=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 87 (34.38% from 255 or 19.29% from 451); Max value from RGB is 185 - color contains mainly: green. Hex color #B3B957 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B957 is #4C46A8. Grayscale: #ACACAC. Windows color (decimal): -4998825 or 5749171. OLE color: 5749171.

HSL color Cylindrical-coordinate representation of color #B3B957: hue angle of 63.67º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B3B957 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB17918587-
CMYK0.0300.530.27
HSL63.67º41.18%53.33%-
HSV(B)63.67º52.97%72.55%-
XYZ37.6644.9715.71-
YUV172.0380.01132.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.69%
GREEN value IS 185 (72.66% from 255) = 41.02%
BLUE value IS 87 (34.38% from 255) = 19.29%
R=39.69%
G=41.02%
B=19.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal179185870.0300.530.2763.6741.1853.33
HexB3B95730351B402935
Octal2632711273065331005165
Binary10110011101110011010111110110101110111000000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B957; }

 p { color: rgb(179,185,87); }

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

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

 a { background-color: rgb(179,185,87); }

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

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

 span { border-color: rgb(179,185,87); }

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