#8BBA6C

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

Shades of Olivine #8BBA6C

Tints of Olivine #8BBA6C

Color information

#8BBA6C (or 0x8BBA6C) is unknown color: approx Olivine. HEX triplet: 8B, BA and 6C. RGB value is (139,186,108). Sum of RGB (Red+Green+Blue) = 139+186+108=433 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.10% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 186 - color contains mainly: green. Hex color #8BBA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBA6C is #744593. Grayscale: #A3A3A3. Windows color (decimal): -7619988 or 7125643. OLE color: 7125643.

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

Color convert

RGB139186108-
CMYK0.2500.420.27
HSL96.15º36.11%57.65%-
HSV(B)96.15º41.94%72.94%-
XYZ30.9141.6920.6-
YUV163.0696.93110.84-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.10%
GREEN value IS 186 (73.05% from 255) = 42.96%
BLUE value IS 108 (42.58% from 255) = 24.94%
R=32.10%
G=42.96%
B=24.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1391861080.2500.420.2796.1536.1157.65
Hex8BBA6C1902A1B60243a
Octal21327215431052331404472
Binary10001011101110101101100110010101010110111100000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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