Html Css Color HEX #8BB973 Olivine

📋 copy color: '#8BB973'

red 139 ◦ green 185 ◦ blue 115

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

Shades of Olivine #8BB973

Tints of Olivine #8BB973

RGB

 RED value IS 139 (54.69% from 255) = 31.66%

 GREEN value IS 185 (72.66% from 255) = 42.14%

 BLUE value IS 115 (45.31% from 255) = 26.2%

R = 31.66%
G = 42.14%
B = 26.2%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#8BB973 (or 0x8BB973) is known color: Olivine. HEX triplet: 8B, B9 and 73. RGB value is (139,185,115). Sum of RGB (Red+Green+Blue) = 139+185+115=439 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.66% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 115 (45.31% from 255 or 26.20% from 439); Max value from RGB is 185 - color contains mainly: green. Hex color #8BB973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB973 is #74468C. Grayscale: #A3A3A3. Windows color (decimal): -7620237 or 7584139. OLE color: 7584139.

HSL color Cylindrical-coordinate representation of color #8BB973: hue angle of 99.43º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BB973 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 139 185 115 -
CMYK 0.25 0 0.38 0.27
HSL 99.43º 0.33% 0.59% -
HSV(B) 99.43º 0.38% 0.73% -
XYZ 31.09 41.42 22.58 -
YUV 163.27 100.76 110.69 -
System Red Green Blue C M Y K H S L
Decimal 139 185 115 0.25 0 0.38 0.27 99.43 0.33 0.59
Hex 8B B9 73 19 0 26 1B 63 21 3B
Octal 213 271 163 31 0 46 33 143 41 73
Binary 10001011 10111001 1110011 11001 0 100110 11011 1100011 100001 111011

Color Harmonies of #8BB973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB973

Black with #8BB973

Text Example


Text Example

White with #8BB973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8BB973;
 }
 .AnyTagClassName
 {
   color: #8BB973;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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