#B4B358

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

Shades of Olive Green #B4B358

Tints of Olive Green #B4B358

Color information

#B4B358 (or 0xB4B358) is unknown color: approx Olive Green. HEX triplet: B4, B3 and 58. RGB value is (180,179,88). Sum of RGB (Red+Green+Blue) = 180+179+88=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 88 (34.77% from 255 or 19.69% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B358 is #4B4CA7. Grayscale: #A9A9A9. Windows color (decimal): -4934824 or 5813172. OLE color: 5813172.

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

Color convert

RGB18017988-
CMYK00.010.510.29
HSL59.35º38.02%52.55%-
HSV(B)59.35º51.11%70.59%-
XYZ36.742.6515.53-
YUV168.9282.33135.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.27%
GREEN value IS 179 (70.31% from 255) = 40.04%
BLUE value IS 88 (34.77% from 255) = 19.69%
R=40.27%
G=40.04%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801798800.010.510.2959.3538.0252.55
HexB4B35801331D3b2635
Octal264263130016335734665
Binary101101001011001110110000111001111101111011100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B358; }

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

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

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

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

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

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

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

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