Html Css Color HEX #9AA185 Sage

📋 copy color: '#9AA185'

red 154 ◦ green 161 ◦ blue 133

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

Shades of Sage #9AA185

Tints of Sage #9AA185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.69%

R = 34.38%
G = 35.94%
B = 29.69%

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

#9AA185 (or 0x9AA185) is known color: Sage. HEX triplet: 9A, A1 and 85. RGB value is (154,161,133). Sum of RGB (Red+Green+Blue) = 154+161+133=448 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.38% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 161 - color contains mainly: green. Hex color #9AA185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA185 is #655E7A. Grayscale: #9B9B9B. Windows color (decimal): -6643323 or 8757658. OLE color: 8757658.

HSL color Cylindrical-coordinate representation of color #9AA185: hue angle of 75º 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 #9AA185 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB 154 161 133 -
CMYK 0.04 0 0.17 0.37
HSL 75º 0.13% 0.58% -
HSV(B) 75º 0.17% 0.63% -
XYZ 30.3 34.05 27.17 -
YUV 155.72 115.18 126.78 -
System Red Green Blue C M Y K H S L
Decimal 154 161 133 0.04 0 0.17 0.37 75 0.13 0.58
Hex 9A A1 85 4 0 11 25 4B D 3A
Octal 232 241 205 4 0 21 45 113 15 72
Binary 10011010 10100001 10000101 100 0 10001 100101 1001011 1101 111010

Color Harmonies of #9AA185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA185

Black with #9AA185

Text Example


Text Example

White with #9AA185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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