#B4B457

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

Shades of Olive Green #B4B457

Tints of Olive Green #B4B457

Color information

#B4B457 (or 0xB4B457) is unknown color: approx Olive Green. HEX triplet: B4, B4 and 57. RGB value is (180,180,87). Sum of RGB (Red+Green+Blue) = 180+180+87=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 87 (34.38% from 255 or 19.46% from 447); Max value from RGB is 180 - color contains mainly: red, green. Hex color #B4B457 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B457 is #4B4BA8. Grayscale: #A9A9A9. Windows color (decimal): -4934569 or 5747892. OLE color: 5747892.

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

Color convert

RGB18018087-
CMYK000.520.29
HSL60º38.27%52.35%-
HSV(B)60º51.67%70.59%-
XYZ36.8643.0315.38-
YUV169.481.5135.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.27%
GREEN value IS 180 (70.70% from 255) = 40.27%
BLUE value IS 87 (34.38% from 255) = 19.46%
R=40.27%
G=40.27%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18018087000.520.296038.2752.35
HexB4B45700341D3c2634
Octal264264127006435744664
Binary101101001011010010101110011010011101111100100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B457; }

 p { color: rgb(180,180,87); }

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

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

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

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

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

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

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