Html Css Color HEX #8B9276 Sage

📋 copy color: '#8B9276'

red 139 ◦ green 146 ◦ blue 118

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

Shades of Sage #8B9276

Tints of Sage #8B9276

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.23%

 BLUE value IS 118 (46.48% from 255) = 29.28%

R = 34.49%
G = 36.23%
B = 29.28%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#8B9276 (or 0x8B9276) is known color: Sage. HEX triplet: 8B, 92 and 76. RGB value is (139,146,118). Sum of RGB (Red+Green+Blue) = 139+146+118=403 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.49% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 118 (46.48% from 255 or 29.28% from 403); Max value from RGB is 146 - color contains mainly: green. Hex color #8B9276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9276 is #746D89. Grayscale: #8C8C8C. Windows color (decimal): -7630218 or 7770763. OLE color: 7770763.

HSL color Cylindrical-coordinate representation of color #8B9276: hue angle of 75º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8B9276 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 139 146 118 -
CMYK 0.05 0 0.19 0.43
HSL 75º 0.11% 0.52% -
HSV(B) 75º 0.19% 0.57% -
XYZ 24.2 27.35 21.14 -
YUV 140.72 115.18 126.78 -
System Red Green Blue C M Y K H S L
Decimal 139 146 118 0.05 0 0.19 0.43 75 0.11 0.52
Hex 8B 92 76 5 0 13 2B 4B B 34
Octal 213 222 166 5 0 23 53 113 13 64
Binary 10001011 10010010 1110110 101 0 10011 101011 1001011 1011 110100

Color Harmonies of #8B9276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9276

Black with #8B9276

Text Example


Text Example

White with #8B9276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,146,118); }

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

background-color css

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

 a { background-color: rgb(139,146,118); }

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

border-color css

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

 span { border-color: rgb(139,146,118); }

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