#B4B153

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

Shades of Olive Green #B4B153

Tints of Olive Green #B4B153

Color information

#B4B153 (or 0xB4B153) is unknown color: approx Olive Green. HEX triplet: B4, B1 and 53. RGB value is (180,177,83). Sum of RGB (Red+Green+Blue) = 180+177+83=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 83 (32.81% from 255 or 18.86% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B153 is #4B4EAC. Grayscale: #A7A7A7. Windows color (decimal): -4935341 or 5484980. OLE color: 5484980.

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

Color convert

RGB18017783-
CMYK00.020.540.29
HSL58.14º39.27%51.57%-
HSV(B)58.14º53.89%70.59%-
XYZ36.1141.7714.34-
YUV167.1880.49137.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.91%
GREEN value IS 177 (69.53% from 255) = 40.23%
BLUE value IS 83 (32.81% from 255) = 18.86%
R=40.91%
G=40.23%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801778300.020.540.2958.1439.2751.57
HexB4B15302361D3a2734
Octal264261123026635724764
Binary1011010010110001101001101011011011101111010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B153; }

 p { color: rgb(180,177,83); }

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

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

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

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

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

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

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