Html Css Color HEX #9AA285 Sage

📋 copy color: '#9AA285'

red 154 ◦ green 162 ◦ blue 133

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

Shades of Sage #9AA285

Tints of Sage #9AA285

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.08%

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

R = 34.3%
G = 36.08%
B = 29.62%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#9AA285 (or 0x9AA285) is known color: Sage. HEX triplet: 9A, A2 and 85. RGB value is (154,162,133). Sum of RGB (Red+Green+Blue) = 154+162+133=449 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.30% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 162 - color contains mainly: green. Hex color #9AA285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA285 is #655D7A. Grayscale: #9C9C9C. Windows color (decimal): -6643067 or 8757914. OLE color: 8757914.

HSL color Cylindrical-coordinate representation of color #9AA285: hue angle of 76.55º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9AA285 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 154 162 133 -
CMYK 0.05 0 0.18 0.36
HSL 76.55º 0.13% 0.58% -
HSV(B) 76.55º 0.18% 0.64% -
XYZ 30.48 34.4 27.22 -
YUV 156.3 114.85 126.36 -
System Red Green Blue C M Y K H S L
Decimal 154 162 133 0.05 0 0.18 0.36 76.55 0.13 0.58
Hex 9A A2 85 5 0 12 24 4D D 3A
Octal 232 242 205 5 0 22 44 115 15 72
Binary 10011010 10100010 10000101 101 0 10010 100100 1001101 1101 111010

Color Harmonies of #9AA285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA285

Black with #9AA285

Text Example


Text Example

White with #9AA285

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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