Html Css Color HEX #9AAB9B Edward

📋 copy color: '#9AAB9B'

red 154 ◦ green 171 ◦ blue 155

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

Shades of Edward #9AAB9B

Tints of Edward #9AAB9B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.63%

 BLUE value IS 155 (60.94% from 255) = 32.29%

R = 32.08%
G = 35.63%
B = 32.29%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#9AAB9B (or 0x9AAB9B) is known color: Edward. HEX triplet: 9A, AB and 9B. RGB value is (154,171,155). Sum of RGB (Red+Green+Blue) = 154+171+155=480 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.08% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 155 (60.94% from 255 or 32.29% from 480); Max value from RGB is 171 - color contains mainly: green. Hex color #9AAB9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAB9B is #655464. Grayscale: #A4A4A4. Windows color (decimal): -6640741 or 10202010. OLE color: 10202010.

HSL color Cylindrical-coordinate representation of color #9AAB9B: hue angle of 123.53º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9AAB9B is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 154 171 155 -
CMYK 0.10 0 0.09 0.33
HSL 123.53º 0.09% 0.64% -
HSV(B) 123.53º 0.1% 0.67% -
XYZ 33.81 38.36 36.63 -
YUV 164.09 122.87 120.8 -
System Red Green Blue C M Y K H S L
Decimal 154 171 155 0.10 0 0.09 0.33 123.53 0.09 0.64
Hex 9A AB 9B A 0 9 21 7C 9 40
Octal 232 253 233 12 0 11 41 174 11 100
Binary 10011010 10101011 10011011 1010 0 1001 100001 1111100 1001 1000000

Color Harmonies of #9AAB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAB9B

Black with #9AAB9B

Text Example


Text Example

White with #9AAB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,171,155); }

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

background-color css

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

 a { background-color: rgb(154,171,155); }

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

border-color css

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

 span { border-color: rgb(154,171,155); }

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