#8BB56E

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

Shades of Olivine #8BB56E

Tints of Olivine #8BB56E

Color information

#8BB56E (or 0x8BB56E) is unknown color: approx Olivine. HEX triplet: 8B, B5 and 6E. RGB value is (139,181,110). Sum of RGB (Red+Green+Blue) = 139+181+110=430 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.33% from 430); Green value is 181 (71.09% from 255 or 42.09% from 430); Blue value is 110 (43.36% from 255 or 25.58% from 430); Max value from RGB is 181 - color contains mainly: green. Hex color #8BB56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB56E is #744A91. Grayscale: #A0A0A0. Windows color (decimal): -7621266 or 7255435. OLE color: 7255435.

HSL color Cylindrical-coordinate representation of color #8BB56E: hue angle of 95.49º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BB56E is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB139181110-
CMYK0.2300.390.29
HSL95.49º32.42%57.06%-
HSV(B)95.49º39.23%70.98%-
XYZ29.9939.6620.83-
YUV160.3599.59112.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.33%
GREEN value IS 181 (71.09% from 255) = 42.09%
BLUE value IS 110 (43.36% from 255) = 25.58%
R=32.33%
G=42.09%
B=25.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1391811100.2300.390.2995.4932.4257.06
Hex8BB56E170271D5f2039
Octal21326515627047351374071
Binary10001011101101011101110101110100111111011011111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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