#B9B452

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

Shades of Olive Green #B9B452

Tints of Olive Green #B9B452

Color information

#B9B452 (or 0xB9B452) is unknown color: approx Olive Green. HEX triplet: B9, B4 and 52. RGB value is (185,180,82). Sum of RGB (Red+Green+Blue) = 185+180+82=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 82 (32.42% from 255 or 18.34% from 447); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B452 is #464BAD. Grayscale: #AAAAAA. Windows color (decimal): -4606894 or 5420217. OLE color: 5420217.

HSL color Cylindrical-coordinate representation of color #B9B452: hue angle of 57.09º 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 #B9B452 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB18518082-
CMYK00.030.560.27
HSL57.09º42.39%52.35%-
HSV(B)57.09º55.68%72.55%-
XYZ37.8543.5714.4-
YUV170.3278.16138.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.39%
GREEN value IS 180 (70.70% from 255) = 40.27%
BLUE value IS 82 (32.42% from 255) = 18.34%
R=41.39%
G=40.27%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851808200.030.560.2757.0942.3952.35
HexB9B45203381B392a34
Octal271264122037033715264
Binary1011100110110100101001001111100011011111001101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B452; }

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

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

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

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

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

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

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

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