#8BB474

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

Shades of Olivine #8BB474

Tints of Olivine #8BB474

Color information

#8BB474 (or 0x8BB474) is unknown color: approx Olivine. HEX triplet: 8B, B4 and 74. RGB value is (139,180,116). Sum of RGB (Red+Green+Blue) = 139+180+116=435 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.95% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 180 - color contains mainly: green. Hex color #8BB474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB474 is #744B8B. Grayscale: #A0A0A0. Windows color (decimal): -7621516 or 7648395. OLE color: 7648395.

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

Color convert

RGB139180116-
CMYK0.2300.360.29
HSL98.44º29.91%58.04%-
HSV(B)98.44º35.56%70.59%-
XYZ30.1239.3922.54-
YUV160.44102.92112.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.95%
GREEN value IS 180 (70.70% from 255) = 41.38%
BLUE value IS 116 (45.70% from 255) = 26.67%
R=31.95%
G=41.38%
B=26.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1391801160.2300.360.2998.4429.9158.04
Hex8BB474170241D621e3a
Octal21326416427044351423672
Binary1000101110110100111010010111010010011101110001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,180,116); }

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

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

 a { background-color: rgb(139,180,116); }

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

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

 span { border-color: rgb(139,180,116); }

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