#B4AE4E

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

Shades of Olive Green #B4AE4E

Tints of Olive Green #B4AE4E

Color information

#B4AE4E (or 0xB4AE4E) is unknown color: approx Olive Green. HEX triplet: B4, AE and 4E. RGB value is (180,174,78). Sum of RGB (Red+Green+Blue) = 180+174+78=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 78 (30.86% from 255 or 18.06% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AE4E is #4B51B1. Grayscale: #A5A5A5. Windows color (decimal): -4936114 or 5156532. OLE color: 5156532.

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

Color convert

RGB18017478-
CMYK00.030.570.29
HSL56.47º40.48%50.59%-
HSV(B)56.47º56.67%70.59%-
XYZ35.3340.5313.17-
YUV164.8578.99138.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.67%
GREEN value IS 174 (68.36% from 255) = 40.28%
BLUE value IS 78 (30.86% from 255) = 18.06%
R=41.67%
G=40.28%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801747800.030.570.2956.4740.4850.59
HexB4AE4E03391D382833
Octal264256116037135705063
Binary1011010010101110100111001111100111101111000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AE4E; }

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

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

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

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

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

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

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

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