#8BBA6F

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

Shades of Olivine #8BBA6F

Tints of Olivine #8BBA6F

Color information

#8BBA6F (or 0x8BBA6F) is unknown color: approx Olivine. HEX triplet: 8B, BA and 6F. RGB value is (139,186,111). Sum of RGB (Red+Green+Blue) = 139+186+111=436 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.88% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 186 - color contains mainly: green. Hex color #8BBA6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBA6F is #744590. Grayscale: #A3A3A3. Windows color (decimal): -7619985 or 7322251. OLE color: 7322251.

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

Color convert

RGB139186111-
CMYK0.2500.400.27
HSL97.6º35.21%58.24%-
HSV(B)97.6º40.32%72.94%-
XYZ31.0841.7521.46-
YUV163.498.43110.6-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.88%
GREEN value IS 186 (73.05% from 255) = 42.66%
BLUE value IS 111 (43.75% from 255) = 25.46%
R=31.88%
G=42.66%
B=25.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1391861110.2500.400.2797.635.2158.24
Hex8BBA6F190281B62233a
Octal21327215731050331424372
Binary10001011101110101101111110010101000110111100010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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