#8BBA73

Color #8BBA73 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #8BBA73

Tints of Olivine #8BBA73

Color information

#8BBA73 (or 0x8BBA73) is unknown color: approx Olivine. HEX triplet: 8B, BA and 73. RGB value is (139,186,115). Sum of RGB (Red+Green+Blue) = 139+186+115=440 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.59% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 115 (45.31% from 255 or 26.14% from 440); Max value from RGB is 186 - color contains mainly: green. Hex color #8BBA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBA73 is #74458C. Grayscale: #A4A4A4. Windows color (decimal): -7619981 or 7584395. OLE color: 7584395.

HSL color Cylindrical-coordinate representation of color #8BBA73: hue angle of 99.72º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BBA73 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB139186115-
CMYK0.2500.380.27
HSL99.72º33.97%59.02%-
HSV(B)99.72º38.17%72.94%-
XYZ31.341.8422.65-
YUV163.85100.43110.27-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.59%
GREEN value IS 186 (73.05% from 255) = 42.27%
BLUE value IS 115 (45.31% from 255) = 26.14%
R=31.59%
G=42.27%
B=26.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1391861150.2500.380.2799.7233.9759.02
Hex8BBA73190261B64223b
Octal21327216331046331444273
Binary10001011101110101110011110010100110110111100100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BBA73; }

 p { color: rgb(139,186,115); }

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

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

 a { background-color: rgb(139,186,115); }

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

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

 span { border-color: rgb(139,186,115); }

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