#B4B25A

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

Shades of Olive Green #B4B25A

Tints of Olive Green #B4B25A

Color information

#B4B25A (or 0xB4B25A) is unknown color: approx Olive Green. HEX triplet: B4, B2 and 5A. RGB value is (180,178,90). Sum of RGB (Red+Green+Blue) = 180+178+90=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 178 (69.92% from 255 or 39.73% from 448); Blue value is 90 (35.55% from 255 or 20.09% from 448); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B25A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B25A is #4B4DA5. Grayscale: #A8A8A8. Windows color (decimal): -4935078 or 5943988. OLE color: 5943988.

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

Color convert

RGB18017890-
CMYK00.010.500.29
HSL58.67º37.5%52.94%-
HSV(B)58.67º50%70.59%-
XYZ36.5942.2815.91-
YUV168.5783.66136.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.18%
GREEN value IS 178 (69.92% from 255) = 39.73%
BLUE value IS 90 (35.55% from 255) = 20.09%
R=40.18%
G=39.73%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801789000.010.500.2958.6737.552.94
HexB4B25A01321D3b2635
Octal264262132016235734665
Binary101101001011001010110100111001011101111011100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B25A; }

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

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

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

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

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

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

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

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