Html Css Color HEX #9AB29E Edward

📋 copy color: '#9AB29E'

red 154 ◦ green 178 ◦ blue 158

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

Shades of Edward #9AB29E

Tints of Edward #9AB29E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.33%

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

R = 31.43%
G = 36.33%
B = 32.24%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#9AB29E (or 0x9AB29E) is known color: Edward. HEX triplet: 9A, B2 and 9E. RGB value is (154,178,158). Sum of RGB (Red+Green+Blue) = 154+178+158=490 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.43% from 490); Green value is 178 (69.92% from 255 or 36.33% from 490); Blue value is 158 (62.11% from 255 or 32.24% from 490); Max value from RGB is 178 - color contains mainly: green. Hex color #9AB29E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AB29E is #654D61. Grayscale: #A8A8A8. Windows color (decimal): -6638946 or 10400410. OLE color: 10400410.

HSL color Cylindrical-coordinate representation of color #9AB29E: hue angle of 130º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9AB29E is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 154 178 158 -
CMYK 0.13 0 0.11 0.30
HSL 130º 0.13% 0.65% -
HSV(B) 130º 0.13% 0.7% -
XYZ 35.42 41.18 38.43 -
YUV 168.54 122.05 117.63 -
System Red Green Blue C M Y K H S L
Decimal 154 178 158 0.13 0 0.11 0.30 130 0.13 0.65
Hex 9A B2 9E D 0 B 1E 82 D 41
Octal 232 262 236 15 0 13 36 202 15 101
Binary 10011010 10110010 10011110 1101 0 1011 11110 10000010 1101 1000001

Color Harmonies of #9AB29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB29E

Black with #9AB29E

Text Example


Text Example

White with #9AB29E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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