#B9B853

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

Shades of Olive Green #B9B853

Tints of Olive Green #B9B853

Color information

#B9B853 (or 0xB9B853) is unknown color: approx Olive Green. HEX triplet: B9, B8 and 53. RGB value is (185,184,83). Sum of RGB (Red+Green+Blue) = 185+184+83=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 184 (72.27% from 255 or 40.71% from 452); Blue value is 83 (32.81% from 255 or 18.36% from 452); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B853 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B853 is #4647AC. Grayscale: #ADADAD. Windows color (decimal): -4605869 or 5486777. OLE color: 5486777.

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

Color convert

RGB18518483-
CMYK00.010.550.27
HSL59.41º42.15%52.55%-
HSV(B)59.41º55.14%72.55%-
XYZ38.7145.2214.87-
YUV172.7877.33136.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.93%
GREEN value IS 184 (72.27% from 255) = 40.71%
BLUE value IS 83 (32.81% from 255) = 18.36%
R=40.93%
G=40.71%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851848300.010.550.2759.4142.1552.55
HexB9B85301371B3b2a35
Octal271270123016733735265
Binary101110011011100010100110111011111011111011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B853; }

 p { color: rgb(185,184,83); }

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

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

 a { background-color: rgb(185,184,83); }

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

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

 span { border-color: rgb(185,184,83); }

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