#8BAD73

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

Shades of Olivine #8BAD73

Tints of Olivine #8BAD73

Color information

#8BAD73 (or 0x8BAD73) is unknown color: approx Olivine. HEX triplet: 8B, AD and 73. RGB value is (139,173,115). Sum of RGB (Red+Green+Blue) = 139+173+115=427 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.55% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 115 (45.31% from 255 or 26.93% from 427); Max value from RGB is 173 - color contains mainly: green. Hex color #8BAD73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAD73 is #74528C. Grayscale: #9C9C9C. Windows color (decimal): -7623309 or 7581067. OLE color: 7581067.

HSL color Cylindrical-coordinate representation of color #8BAD73: hue angle of 95.17º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8BAD73 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB139173115-
CMYK0.2000.340.32
HSL95.17º26.13%56.47%-
HSV(B)95.17º33.53%67.84%-
XYZ28.6936.6121.77-
YUV156.22104.74115.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.55%
GREEN value IS 173 (67.97% from 255) = 40.52%
BLUE value IS 115 (45.31% from 255) = 26.93%
R=32.55%
G=40.52%
B=26.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1391731150.2000.340.3295.1726.1356.47
Hex8BAD7314022205f1a38
Octal21325516324042401373270
Binary10001011101011011110011101000100010100000101111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,173,115); }

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

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

 a { background-color: rgb(139,173,115); }

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

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

 span { border-color: rgb(139,173,115); }

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