#B4B367

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

Shades of Olive Green #B4B367

Tints of Olive Green #B4B367

Color information

#B4B367 (or 0xB4B367) is unknown color: approx Olive Green. HEX triplet: B4, B3 and 67. RGB value is (180,179,103). Sum of RGB (Red+Green+Blue) = 180+179+103=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 103 (40.62% from 255 or 22.29% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B367 is #4B4C98. Grayscale: #AAAAAA. Windows color (decimal): -4934809 or 6796212. OLE color: 6796212.

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

Color convert

RGB180179103-
CMYK00.010.430.29
HSL59.22º33.92%55.49%-
HSV(B)59.22º42.78%70.59%-
XYZ37.3942.9219.15-
YUV170.6489.83134.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.96%
GREEN value IS 179 (70.31% from 255) = 38.74%
BLUE value IS 103 (40.62% from 255) = 22.29%
R=38.96%
G=38.74%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017910300.010.430.2959.2233.9255.49
HexB4B367012B1D3b2237
Octal264263147015335734267
Binary101101001011001111001110110101111101111011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B367; }

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

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

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

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

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

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

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

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