#B3AE5E

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

Shades of Olive Green #B3AE5E

Tints of Olive Green #B3AE5E

Color information

#B3AE5E (or 0xB3AE5E) is unknown color: approx Olive Green. HEX triplet: B3, AE and 5E. RGB value is (179,174,94). Sum of RGB (Red+Green+Blue) = 179+174+94=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 174 (68.36% from 255 or 38.93% from 447); Blue value is 94 (37.11% from 255 or 21.03% from 447); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AE5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AE5E is #4C51A1. Grayscale: #A6A6A6. Windows color (decimal): -5001634 or 6205107. OLE color: 6205107.

HSL color Cylindrical-coordinate representation of color #B3AE5E: hue angle of 56.47º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B3AE5E is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB17917494-
CMYK00.030.470.30
HSL56.47º35.86%53.53%-
HSV(B)56.47º47.49%70.2%-
XYZ35.7540.6616.55-
YUV166.3887.16137-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.04%
GREEN value IS 174 (68.36% from 255) = 38.93%
BLUE value IS 94 (37.11% from 255) = 21.03%
R=40.04%
G=38.93%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791749400.030.470.3056.4735.8653.53
HexB3AE5E032F1E382436
Octal263256136035736704466
Binary1011001110101110101111001110111111110111000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AE5E; }

 p { color: rgb(179,174,94); }

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

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

 a { background-color: rgb(179,174,94); }

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

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

 span { border-color: rgb(179,174,94); }

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