#B3AD5A

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

Shades of Olive Green #B3AD5A

Tints of Olive Green #B3AD5A

Color information

#B3AD5A (or 0xB3AD5A) is unknown color: approx Olive Green. HEX triplet: B3, AD and 5A. RGB value is (179,173,90). Sum of RGB (Red+Green+Blue) = 179+173+90=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 90 (35.55% from 255 or 20.36% from 442); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AD5A is #4C52A5. Grayscale: #A5A5A5. Windows color (decimal): -5001894 or 5942707. OLE color: 5942707.

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

Color convert

RGB17917390-
CMYK00.030.500.30
HSL55.96º36.93%52.75%-
HSV(B)55.96º49.72%70.2%-
XYZ35.3840.2115.57-
YUV165.3385.49137.75-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.50%
GREEN value IS 173 (67.97% from 255) = 39.14%
BLUE value IS 90 (35.55% from 255) = 20.36%
R=40.50%
G=39.14%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791739000.030.500.3055.9636.9352.75
HexB3AD5A03321E382535
Octal263255132036236704565
Binary1011001110101101101101001111001011110111000100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AD5A; }

 p { color: rgb(179,173,90); }

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

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

 a { background-color: rgb(179,173,90); }

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

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

 span { border-color: rgb(179,173,90); }

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