#B3B858

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

Shades of Olive Green #B3B858

Tints of Olive Green #B3B858

Color information

#B3B858 (or 0xB3B858) is unknown color: approx Olive Green. HEX triplet: B3, B8 and 58. RGB value is (179,184,88). Sum of RGB (Red+Green+Blue) = 179+184+88=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 184 (72.27% from 255 or 40.80% from 451); Blue value is 88 (34.77% from 255 or 19.51% from 451); Max value from RGB is 184 - color contains mainly: green. Hex color #B3B858 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B858 is #4C47A7. Grayscale: #ABABAB. Windows color (decimal): -4999080 or 5814451. OLE color: 5814451.

HSL color Cylindrical-coordinate representation of color #B3B858: hue angle of 63.12º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B3B858 is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB17918488-
CMYK0.0300.520.28
HSL63.12º40.34%53.33%-
HSV(B)63.12º52.17%72.16%-
XYZ37.4944.5715.86-
YUV171.5680.84133.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.69%
GREEN value IS 184 (72.27% from 255) = 40.80%
BLUE value IS 88 (34.77% from 255) = 19.51%
R=39.69%
G=40.80%
B=19.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal179184880.0300.520.2863.1240.3453.33
HexB3B85830341C3f2835
Octal263270130306434775065
Binary1011001110111000101100011011010011100111111101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B858; }

 p { color: rgb(179,184,88); }

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

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

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

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

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

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

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