Html Css Color HEX #9AB489 Norway

📋 copy color: '#9AB489'

red 154 ◦ green 180 ◦ blue 137

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

Shades of Norway #9AB489

Tints of Norway #9AB489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 29.09%

R = 32.7%
G = 38.22%
B = 29.09%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#9AB489 (or 0x9AB489) is known color: Norway. HEX triplet: 9A, B4 and 89. RGB value is (154,180,137). Sum of RGB (Red+Green+Blue) = 154+180+137=471 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.70% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 137 (53.91% from 255 or 29.09% from 471); Max value from RGB is 180 - color contains mainly: green. Hex color #9AB489 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB489 is #654B76. Grayscale: #A7A7A7. Windows color (decimal): -6638455 or 9024666. OLE color: 9024666.

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

Color convert

RGB 154 180 137 -
CMYK 0.14 0 0.24 0.29
HSL 96.28º 0.22% 0.62% -
HSV(B) 96.28º 0.24% 0.71% -
XYZ 34.16 41.32 29.84 -
YUV 167.32 110.89 118.5 -
System Red Green Blue C M Y K H S L
Decimal 154 180 137 0.14 0 0.24 0.29 96.28 0.22 0.62
Hex 9A B4 89 E 0 18 1D 60 16 3E
Octal 232 264 211 16 0 30 35 140 26 76
Binary 10011010 10110100 10001001 1110 0 11000 11101 1100000 10110 111110

Color Harmonies of #9AB489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB489

Black with #9AB489

Text Example


Text Example

White with #9AB489

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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