#B4AE50

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

Shades of Olive Green #B4AE50

Tints of Olive Green #B4AE50

Color information

#B4AE50 (or 0xB4AE50) is unknown color: approx Olive Green. HEX triplet: B4, AE and 50. RGB value is (180,174,80). Sum of RGB (Red+Green+Blue) = 180+174+80=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 174 (68.36% from 255 or 40.09% from 434); Blue value is 80 (31.64% from 255 or 18.43% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AE50 is #4B51AF. Grayscale: #A5A5A5. Windows color (decimal): -4936112 or 5287604. OLE color: 5287604.

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

Color convert

RGB18017480-
CMYK00.030.560.29
HSL56.4º40%50.98%-
HSV(B)56.4º55.56%70.59%-
XYZ35.4140.5513.55-
YUV165.0879.99138.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.47%
GREEN value IS 174 (68.36% from 255) = 40.09%
BLUE value IS 80 (31.64% from 255) = 18.43%
R=41.47%
G=40.09%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801748000.030.560.2956.44050.98
HexB4AE5003381D382833
Octal264256120037035705063
Binary1011010010101110101000001111100011101111000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AE50; }

 p { color: rgb(180,174,80); }

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

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

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

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

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

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

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