#8BBD73

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

Shades of Olivine #8BBD73

Tints of Olivine #8BBD73

Color information

#8BBD73 (or 0x8BBD73) is unknown color: approx Olivine. HEX triplet: 8B, BD and 73. RGB value is (139,189,115). Sum of RGB (Red+Green+Blue) = 139+189+115=443 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.38% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 115 (45.31% from 255 or 25.96% from 443); Max value from RGB is 189 - color contains mainly: green. Hex color #8BBD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBD73 is #74428C. Grayscale: #A5A5A5. Windows color (decimal): -7619213 or 7585163. OLE color: 7585163.

HSL color Cylindrical-coordinate representation of color #8BBD73: hue angle of 100.54º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BBD73 is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB139189115-
CMYK0.2600.390.26
HSL100.54º35.92%59.61%-
HSV(B)100.54º39.15%74.12%-
XYZ31.9443.1222.86-
YUV165.6199.44109.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.38%
GREEN value IS 189 (74.22% from 255) = 42.66%
BLUE value IS 115 (45.31% from 255) = 25.96%
R=31.38%
G=42.66%
B=25.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1391891150.2600.390.26100.5435.9259.61
Hex8BBD731A0271A65243c
Octal21327516332047321454474
Binary10001011101111011110011110100100111110101100101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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