#B3B356

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

Shades of Olive Green #B3B356

Tints of Olive Green #B3B356

Color information

#B3B356 (or 0xB3B356) is unknown color: approx Olive Green. HEX triplet: B3, B3 and 56. RGB value is (179,179,86). Sum of RGB (Red+Green+Blue) = 179+179+86=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 179 (70.31% from 255 or 40.32% from 444); Blue value is 86 (33.98% from 255 or 19.37% from 444); Max value from RGB is 179 - color contains mainly: red, green. Hex color #B3B356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B356 is #4C4CA9. Grayscale: #A8A8A8. Windows color (decimal): -5000362 or 5682099. OLE color: 5682099.

HSL color Cylindrical-coordinate representation of color #B3B356: hue angle of 60º 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 #B3B356 is Cyan = 0, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB17917986-
CMYK000.520.30
HSL60º37.96%51.96%-
HSV(B)60º51.96%70.2%-
XYZ36.3942.515.09-
YUV168.481.5135.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.32%
GREEN value IS 179 (70.31% from 255) = 40.32%
BLUE value IS 86 (33.98% from 255) = 19.37%
R=40.32%
G=40.32%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917986000.520.306037.9651.96
HexB3B35600341E3c2634
Octal263263126006436744664
Binary101100111011001110101100011010011110111100100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B356; }

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

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

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

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

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

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

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

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