#B9AD52

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

Shades of Olive Green #B9AD52

Tints of Olive Green #B9AD52

Color information

#B9AD52 (or 0xB9AD52) is unknown color: approx Olive Green. HEX triplet: B9, AD and 52. RGB value is (185,173,82). Sum of RGB (Red+Green+Blue) = 185+173+82=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 82 (32.42% from 255 or 18.64% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AD52 is #4652AD. Grayscale: #A6A6A6. Windows color (decimal): -4608686 or 5418425. OLE color: 5418425.

HSL color Cylindrical-coordinate representation of color #B9AD52: hue angle of 53.01º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B9AD52 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB18517382-
CMYK00.060.560.27
HSL53.01º42.39%52.35%-
HSV(B)53.01º55.68%72.55%-
XYZ36.4740.8113.94-
YUV166.2180.48141.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.05%
GREEN value IS 173 (67.97% from 255) = 39.32%
BLUE value IS 82 (32.42% from 255) = 18.64%
R=42.05%
G=39.32%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851738200.060.560.2753.0142.3952.35
HexB9AD5206381B352a34
Octal271255122067033655264
Binary10111001101011011010010011011100011011110101101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AD52; }

 p { color: rgb(185,173,82); }

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

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

 a { background-color: rgb(185,173,82); }

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

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

 span { border-color: rgb(185,173,82); }

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