Html Css Color HEX #8A996D Sage

📋 copy color: '#8A996D'

red 138 ◦ green 153 ◦ blue 109

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

Shades of Sage #8A996D

Tints of Sage #8A996D

RGB

 RED value IS 138 (54.3% from 255) = 34.5%

 GREEN value IS 153 (60.16% from 255) = 38.25%

 BLUE value IS 109 (42.97% from 255) = 27.25%

R = 34.5%
G = 38.25%
B = 27.25%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#8A996D (or 0x8A996D) is known color: Sage. HEX triplet: 8A, 99 and 6D. RGB value is (138,153,109). Sum of RGB (Red+Green+Blue) = 138+153+109=400 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.5% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 153 - color contains mainly: green. Hex color #8A996D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A996D is #756692. Grayscale: #8F8F8F. Windows color (decimal): -7693971 or 7182730. OLE color: 7182730.

HSL color Cylindrical-coordinate representation of color #8A996D: hue angle of 80.45º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8A996D is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 138 153 109 -
CMYK 0.10 0 0.29 0.4
HSL 80.45º 0.18% 0.51% -
HSV(B) 80.45º 0.29% 0.6% -
XYZ 24.63 29.29 18.82 -
YUV 143.5 108.53 124.08 -
System Red Green Blue C M Y K H S L
Decimal 138 153 109 0.10 0 0.29 0.4 80.45 0.18 0.51
Hex 8A 99 6D A 0 1D 28 50 12 33
Octal 212 231 155 12 0 35 50 120 22 63
Binary 10001010 10011001 1101101 1010 0 11101 101000 1010000 10010 110011

Color Harmonies of #8A996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A996D

Black with #8A996D

Text Example


Text Example

White with #8A996D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,153,109); }

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

background-color css

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

 a { background-color: rgb(138,153,109); }

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

border-color css

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

 span { border-color: rgb(138,153,109); }

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