Html Css Color HEX #9AB49E Edward

📋 copy color: '#9AB49E'

red 154 ◦ green 180 ◦ blue 158

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

Shades of Edward #9AB49E

Tints of Edward #9AB49E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.59%

 BLUE value IS 158 (62.11% from 255) = 32.11%

R = 31.3%
G = 36.59%
B = 32.11%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#9AB49E (or 0x9AB49E) is known color: Edward. HEX triplet: 9A, B4 and 9E. RGB value is (154,180,158). Sum of RGB (Red+Green+Blue) = 154+180+158=492 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.30% from 492); Green value is 180 (70.70% from 255 or 36.59% from 492); Blue value is 158 (62.11% from 255 or 32.11% from 492); Max value from RGB is 180 - color contains mainly: green. Hex color #9AB49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB49E is #654B61. Grayscale: #A9A9A9. Windows color (decimal): -6638434 or 10400922. OLE color: 10400922.

HSL color Cylindrical-coordinate representation of color #9AB49E: hue angle of 129.23º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9AB49E is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 154 180 158 -
CMYK 0.14 0 0.12 0.29
HSL 129.23º 0.15% 0.65% -
HSV(B) 129.23º 0.14% 0.71% -
XYZ 35.82 41.98 38.56 -
YUV 169.72 121.39 116.79 -
System Red Green Blue C M Y K H S L
Decimal 154 180 158 0.14 0 0.12 0.29 129.23 0.15 0.65
Hex 9A B4 9E E 0 C 1D 81 F 41
Octal 232 264 236 16 0 14 35 201 17 101
Binary 10011010 10110100 10011110 1110 0 1100 11101 10000001 1111 1000001

Color Harmonies of #9AB49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB49E

Black with #9AB49E

Text Example


Text Example

White with #9AB49E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,180,158); }

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

background-color css

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

 a { background-color: rgb(154,180,158); }

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

border-color css

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

 span { border-color: rgb(154,180,158); }

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