#B3AE5D

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

Shades of Olive Green #B3AE5D

Tints of Olive Green #B3AE5D

Color information

#B3AE5D (or 0xB3AE5D) is unknown color: approx Olive Green. HEX triplet: B3, AE and 5D. RGB value is (179,174,93). Sum of RGB (Red+Green+Blue) = 179+174+93=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 174 (68.36% from 255 or 39.01% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AE5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AE5D is #4C51A2. Grayscale: #A6A6A6. Windows color (decimal): -5001635 or 6139571. OLE color: 6139571.

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

Color convert

RGB17917493-
CMYK00.030.480.30
HSL56.51º36.13%53.33%-
HSV(B)56.51º48.04%70.2%-
XYZ35.740.6516.32-
YUV166.2686.66137.09-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.13%
GREEN value IS 174 (68.36% from 255) = 39.01%
BLUE value IS 93 (36.72% from 255) = 20.85%
R=40.13%
G=39.01%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791749300.030.480.3056.5136.1353.33
HexB3AE5D03301E392435
Octal263256135036036714465
Binary1011001110101110101110101111000011110111001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AE5D; }

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

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

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

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

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

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

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

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