#8BBA71

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

Shades of Olivine #8BBA71

Tints of Olivine #8BBA71

Color information

#8BBA71 (or 0x8BBA71) is unknown color: approx Olivine. HEX triplet: 8B, BA and 71. RGB value is (139,186,113). Sum of RGB (Red+Green+Blue) = 139+186+113=438 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.74% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 113 (44.53% from 255 or 25.80% from 438); Max value from RGB is 186 - color contains mainly: green. Hex color #8BBA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBA71 is #74458E. Grayscale: #A3A3A3. Windows color (decimal): -7619983 or 7453323. OLE color: 7453323.

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

Color convert

RGB139186113-
CMYK0.2500.390.27
HSL98.63º34.6%58.63%-
HSV(B)98.63º39.25%72.94%-
XYZ31.1941.822.05-
YUV163.6299.43110.44-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.74%
GREEN value IS 186 (73.05% from 255) = 42.47%
BLUE value IS 113 (44.53% from 255) = 25.80%
R=31.74%
G=42.47%
B=25.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1391861130.2500.390.2798.6334.658.63
Hex8BBA71190271B63233b
Octal21327216131047331434373
Binary10001011101110101110001110010100111110111100011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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