Html Css Color HEX #8B9274 Sage

📋 copy color: '#8B9274'

red 139 ◦ green 146 ◦ blue 116

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

Shades of Sage #8B9274

Tints of Sage #8B9274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.93%

R = 34.66%
G = 36.41%
B = 28.93%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#8B9274 (or 0x8B9274) is known color: Sage. HEX triplet: 8B, 92 and 74. RGB value is (139,146,116). Sum of RGB (Red+Green+Blue) = 139+146+116=401 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.66% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 116 (45.70% from 255 or 28.93% from 401); Max value from RGB is 146 - color contains mainly: green. Hex color #8B9274 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9274 is #746D8B. Grayscale: #8C8C8C. Windows color (decimal): -7630220 or 7639691. OLE color: 7639691.

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

Color convert

RGB 139 146 116 -
CMYK 0.05 0 0.21 0.43
HSL 74º 0.12% 0.51% -
HSV(B) 74º 0.21% 0.57% -
XYZ 24.08 27.31 20.52 -
YUV 140.49 114.18 126.94 -
System Red Green Blue C M Y K H S L
Decimal 139 146 116 0.05 0 0.21 0.43 74 0.12 0.51
Hex 8B 92 74 5 0 15 2B 4A C 33
Octal 213 222 164 5 0 25 53 112 14 63
Binary 10001011 10010010 1110100 101 0 10101 101011 1001010 1100 110011

Color Harmonies of #8B9274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9274

Black with #8B9274

Text Example


Text Example

White with #8B9274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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