Html Css Color HEX #9AA582 Sage

📋 copy color: '#9AA582'

red 154 ◦ green 165 ◦ blue 130

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

Shades of Sage #9AA582

Tints of Sage #9AA582

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.75%

 BLUE value IS 130 (51.17% from 255) = 28.95%

R = 34.3%
G = 36.75%
B = 28.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#9AA582 (or 0x9AA582) is known color: Sage. HEX triplet: 9A, A5 and 82. RGB value is (154,165,130). Sum of RGB (Red+Green+Blue) = 154+165+130=449 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.30% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 165 - color contains mainly: green. Hex color #9AA582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA582 is #655A7D. Grayscale: #9D9D9D. Windows color (decimal): -6642302 or 8562074. OLE color: 8562074.

HSL color Cylindrical-coordinate representation of color #9AA582: hue angle of 78.86º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9AA582 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 154 165 130 -
CMYK 0.07 0 0.21 0.35
HSL 78.86º 0.16% 0.58% -
HSV(B) 78.86º 0.21% 0.65% -
XYZ 30.81 35.39 26.33 -
YUV 157.72 112.36 125.35 -
System Red Green Blue C M Y K H S L
Decimal 154 165 130 0.07 0 0.21 0.35 78.86 0.16 0.58
Hex 9A A5 82 7 0 15 23 4F 10 3A
Octal 232 245 202 7 0 25 43 117 20 72
Binary 10011010 10100101 10000010 111 0 10101 100011 1001111 10000 111010

Color Harmonies of #9AA582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA582

Black with #9AA582

Text Example


Text Example

White with #9AA582

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,165,130); }

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

background-color css

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

 a { background-color: rgb(154,165,130); }

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

border-color css

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

 span { border-color: rgb(154,165,130); }

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