#B4B257

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

Shades of Olive Green #B4B257

Tints of Olive Green #B4B257

Color information

#B4B257 (or 0xB4B257) is unknown color: approx Olive Green. HEX triplet: B4, B2 and 57. RGB value is (180,178,87). Sum of RGB (Red+Green+Blue) = 180+178+87=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 87 (34.38% from 255 or 19.55% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B257 is #4B4DA8. Grayscale: #A8A8A8. Windows color (decimal): -4935081 or 5747380. OLE color: 5747380.

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

Color convert

RGB18017887-
CMYK00.010.520.29
HSL58.71º38.27%52.35%-
HSV(B)58.71º51.67%70.59%-
XYZ36.4642.2315.25-
YUV168.2282.16136.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.45%
GREEN value IS 178 (69.92% from 255) = 40%
BLUE value IS 87 (34.38% from 255) = 19.55%
R=40.45%
G=40%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801788700.010.520.2958.7138.2752.35
HexB4B25701341D3b2634
Octal264262127016435734664
Binary101101001011001010101110111010011101111011100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B257; }

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

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

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

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

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

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

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

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