Html Css Color HEX #9AB19C Edward

📋 copy color: '#9AB19C'

red 154 ◦ green 177 ◦ blue 156

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

Shades of Edward #9AB19C

Tints of Edward #9AB19C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.34%

 BLUE value IS 156 (61.33% from 255) = 32.03%

R = 31.62%
G = 36.34%
B = 32.03%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#9AB19C (or 0x9AB19C) is known color: Edward. HEX triplet: 9A, B1 and 9C. RGB value is (154,177,156). Sum of RGB (Red+Green+Blue) = 154+177+156=487 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.62% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 156 (61.33% from 255 or 32.03% from 487); Max value from RGB is 177 - color contains mainly: green. Hex color #9AB19C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AB19C is #654E63. Grayscale: #A7A7A7. Windows color (decimal): -6639204 or 10269082. OLE color: 10269082.

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

Color convert

RGB 154 177 156 -
CMYK 0.13 0 0.12 0.31
HSL 125.22º 0.13% 0.65% -
HSV(B) 125.22º 0.13% 0.69% -
XYZ 35.05 40.71 37.46 -
YUV 167.73 121.38 118.21 -
System Red Green Blue C M Y K H S L
Decimal 154 177 156 0.13 0 0.12 0.31 125.22 0.13 0.65
Hex 9A B1 9C D 0 C 1F 7D D 41
Octal 232 261 234 15 0 14 37 175 15 101
Binary 10011010 10110001 10011100 1101 0 1100 11111 1111101 1101 1000001

Color Harmonies of #9AB19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB19C

Black with #9AB19C

Text Example


Text Example

White with #9AB19C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,177,156); }

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

background-color css

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

 a { background-color: rgb(154,177,156); }

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

border-color css

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

 span { border-color: rgb(154,177,156); }

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