#8BB96E

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

Shades of Olivine #8BB96E

Tints of Olivine #8BB96E

Color information

#8BB96E (or 0x8BB96E) is unknown color: approx Olivine. HEX triplet: 8B, B9 and 6E. RGB value is (139,185,110). Sum of RGB (Red+Green+Blue) = 139+185+110=434 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.03% from 434); Green value is 185 (72.66% from 255 or 42.63% from 434); Blue value is 110 (43.36% from 255 or 25.35% from 434); Max value from RGB is 185 - color contains mainly: green. Hex color #8BB96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB96E is #744691. Grayscale: #A2A2A2. Windows color (decimal): -7620242 or 7256459. OLE color: 7256459.

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

Color convert

RGB139185110-
CMYK0.2500.410.27
HSL96.8º34.88%57.84%-
HSV(B)96.8º40.54%72.55%-
XYZ30.8141.3121.1-
YUV162.798.26111.1-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.03%
GREEN value IS 185 (72.66% from 255) = 42.63%
BLUE value IS 110 (43.36% from 255) = 25.35%
R=32.03%
G=42.63%
B=25.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1391851100.2500.410.2796.834.8857.84
Hex8BB96E190291B61233a
Octal21327115631051331414372
Binary10001011101110011101110110010101001110111100001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,185,110); }

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

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

 a { background-color: rgb(139,185,110); }

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

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

 span { border-color: rgb(139,185,110); }

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