Html Css Color HEX #9AA186 Sage

📋 copy color: '#9AA186'

red 154 ◦ green 161 ◦ blue 134

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

Shades of Sage #9AA186

Tints of Sage #9AA186

RGB

 RED value IS 154 (60.55% from 255) = 34.3%

 GREEN value IS 161 (63.28% from 255) = 35.86%

 BLUE value IS 134 (52.73% from 255) = 29.84%

R = 34.3%
G = 35.86%
B = 29.84%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#9AA186 (or 0x9AA186) is known color: Sage. HEX triplet: 9A, A1 and 86. RGB value is (154,161,134). Sum of RGB (Red+Green+Blue) = 154+161+134=449 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.30% from 449); Green value is 161 (63.28% from 255 or 35.86% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 161 - color contains mainly: green. Hex color #9AA186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA186 is #655E79. Grayscale: #9B9B9B. Windows color (decimal): -6643322 or 8823194. OLE color: 8823194.

HSL color Cylindrical-coordinate representation of color #9AA186: hue angle of 75.56º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9AA186 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB 154 161 134 -
CMYK 0.04 0 0.17 0.37
HSL 75.56º 0.13% 0.58% -
HSV(B) 75.56º 0.17% 0.63% -
XYZ 30.37 34.08 27.53 -
YUV 155.83 115.68 126.7 -
System Red Green Blue C M Y K H S L
Decimal 154 161 134 0.04 0 0.17 0.37 75.56 0.13 0.58
Hex 9A A1 86 4 0 11 25 4C D 3A
Octal 232 241 206 4 0 21 45 114 15 72
Binary 10011010 10100001 10000110 100 0 10001 100101 1001100 1101 111010

Color Harmonies of #9AA186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA186

Black with #9AA186

Text Example


Text Example

White with #9AA186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AA186; }

 p { color: rgb(154,161,134); }

 H1.HeaderClassName
 {
   color: #9AA186;
 }
 .AnyTagClassName
 {
   color: #9AA186;
 }
</style>

background-color css

<style>
 a { background-color: #9AA186; }

 a { background-color: rgb(154,161,134); }

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

border-color css

<style>
 span { border-color: #9AA186; }

 span { border-color: rgb(154,161,134); }

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