Html Css Color HEX #8BAD73 Olivine

📋 copy color: '#8BAD73'

red 139 ◦ green 173 ◦ blue 115

#8BAD73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivine #8BAD73

Tints of Olivine #8BAD73

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 value IS 0.20

 M value IS 0

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#8BAD73 (or 0x8BAD73) is known color: 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

RGB 139 173 115 -
CMYK 0.20 0 0.34 0.32
HSL 95.17º 0.26% 0.56% -
HSV(B) 95.17º 0.34% 0.68% -
XYZ 28.69 36.61 21.77 -
YUV 156.22 104.74 115.72 -
System Red Green Blue C M Y K H S L
Decimal 139 173 115 0.20 0 0.34 0.32 95.17 0.26 0.56
Hex 8B AD 73 14 0 22 20 5F 1A 38
Octal 213 255 163 24 0 42 40 137 32 70
Binary 10001011 10101101 1110011 10100 0 100010 100000 1011111 11010 111000

Color Harmonies of #8BAD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAD73

Black with #8BAD73

Text Example


Text Example

White with #8BAD73

Text Example


Text Example

HTML Codes & Css Web 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>