Html Css Color HEX #9AB49D Edward

📋 copy color: '#9AB49D'

red 154 ◦ green 180 ◦ blue 157

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

Shades of Edward #9AB49D

Tints of Edward #9AB49D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.98%

R = 31.36%
G = 36.66%
B = 31.98%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#9AB49D (or 0x9AB49D) is known color: Edward. HEX triplet: 9A, B4 and 9D. RGB value is (154,180,157). Sum of RGB (Red+Green+Blue) = 154+180+157=491 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.36% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 180 - color contains mainly: green. Hex color #9AB49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB49D is #654B62. Grayscale: #A9A9A9. Windows color (decimal): -6638435 or 10335386. OLE color: 10335386.

HSL color Cylindrical-coordinate representation of color #9AB49D: hue angle of 126.92º 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 #9AB49D is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 154 180 157 -
CMYK 0.14 0 0.13 0.29
HSL 126.92º 0.15% 0.65% -
HSV(B) 126.92º 0.14% 0.71% -
XYZ 35.73 41.95 38.11 -
YUV 169.6 120.89 116.87 -
System Red Green Blue C M Y K H S L
Decimal 154 180 157 0.14 0 0.13 0.29 126.92 0.15 0.65
Hex 9A B4 9D E 0 D 1D 7F F 41
Octal 232 264 235 16 0 15 35 177 17 101
Binary 10011010 10110100 10011101 1110 0 1101 11101 1111111 1111 1000001

Color Harmonies of #9AB49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB49D

Black with #9AB49D

Text Example


Text Example

White with #9AB49D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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