Html Css Color HEX #9AA382 Sage

📋 copy color: '#9AA382'

red 154 ◦ green 163 ◦ blue 130

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

Shades of Sage #9AA382

Tints of Sage #9AA382

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.47%

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

R = 34.45%
G = 36.47%
B = 29.08%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#9AA382 (or 0x9AA382) is known color: Sage. HEX triplet: 9A, A3 and 82. RGB value is (154,163,130). Sum of RGB (Red+Green+Blue) = 154+163+130=447 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.45% from 447); Green value is 163 (64.06% from 255 or 36.47% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 163 - color contains mainly: green. Hex color #9AA382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA382 is #655C7D. Grayscale: #9C9C9C. Windows color (decimal): -6642814 or 8561562. OLE color: 8561562.

HSL color Cylindrical-coordinate representation of color #9AA382: hue angle of 76.36º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9AA382 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 154 163 130 -
CMYK 0.06 0 0.20 0.36
HSL 76.36º 0.15% 0.57% -
HSV(B) 76.36º 0.2% 0.64% -
XYZ 30.45 34.68 26.21 -
YUV 156.55 113.02 126.18 -
System Red Green Blue C M Y K H S L
Decimal 154 163 130 0.06 0 0.20 0.36 76.36 0.15 0.57
Hex 9A A3 82 6 0 14 24 4C F 39
Octal 232 243 202 6 0 24 44 114 17 71
Binary 10011010 10100011 10000010 110 0 10100 100100 1001100 1111 111001

Color Harmonies of #9AA382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA382

Black with #9AA382

Text Example


Text Example

White with #9AA382

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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