Html Css Color HEX #8B986F Sage

📋 copy color: '#8B986F'

red 139 ◦ green 152 ◦ blue 111

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

Shades of Sage #8B986F

Tints of Sage #8B986F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.81%

 BLUE value IS 111 (43.75% from 255) = 27.61%

R = 34.58%
G = 37.81%
B = 27.61%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#8B986F (or 0x8B986F) is known color: Sage. HEX triplet: 8B, 98 and 6F. RGB value is (139,152,111). Sum of RGB (Red+Green+Blue) = 139+152+111=402 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.58% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 111 (43.75% from 255 or 27.61% from 402); Max value from RGB is 152 - color contains mainly: green. Hex color #8B986F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B986F is #746790. Grayscale: #8F8F8F. Windows color (decimal): -7628689 or 7313547. OLE color: 7313547.

HSL color Cylindrical-coordinate representation of color #8B986F: hue angle of 79.02º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B986F is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 139 152 111 -
CMYK 0.09 0 0.27 0.40
HSL 79.02º 0.17% 0.52% -
HSV(B) 79.02º 0.27% 0.6% -
XYZ 24.74 29.09 19.35 -
YUV 143.44 109.69 124.83 -
System Red Green Blue C M Y K H S L
Decimal 139 152 111 0.09 0 0.27 0.40 79.02 0.17 0.52
Hex 8B 98 6F 9 0 1B 28 4F 11 34
Octal 213 230 157 11 0 33 50 117 21 64
Binary 10001011 10011000 1101111 1001 0 11011 101000 1001111 10001 110100

Color Harmonies of #8B986F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B986F

Black with #8B986F

Text Example


Text Example

White with #8B986F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,152,111); }

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

background-color css

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

 a { background-color: rgb(139,152,111); }

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

border-color css

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

 span { border-color: rgb(139,152,111); }

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