Html Css Color HEX #9ABB89 Norway

📋 copy color: '#9ABB89'

red 154 ◦ green 187 ◦ blue 137

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

Shades of Norway #9ABB89

Tints of Norway #9ABB89

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.12%

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

R = 32.22%
G = 39.12%
B = 28.66%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#9ABB89 (or 0x9ABB89) is known color: Norway. HEX triplet: 9A, BB and 89. RGB value is (154,187,137). Sum of RGB (Red+Green+Blue) = 154+187+137=478 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.22% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 137 (53.91% from 255 or 28.66% from 478); Max value from RGB is 187 - color contains mainly: green. Hex color #9ABB89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABB89 is #654476. Grayscale: #ABABAB. Windows color (decimal): -6636663 or 9026458. OLE color: 9026458.

HSL color Cylindrical-coordinate representation of color #9ABB89: hue angle of 99.6º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9ABB89 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 154 187 137 -
CMYK 0.18 0 0.27 0.27
HSL 99.6º 0.27% 0.64% -
HSV(B) 99.6º 0.27% 0.73% -
XYZ 35.61 44.22 30.32 -
YUV 171.43 108.57 115.57 -
System Red Green Blue C M Y K H S L
Decimal 154 187 137 0.18 0 0.27 0.27 99.6 0.27 0.64
Hex 9A BB 89 12 0 1B 1B 64 1B 40
Octal 232 273 211 22 0 33 33 144 33 100
Binary 10011010 10111011 10001001 10010 0 11011 11011 1100100 11011 1000000

Color Harmonies of #9ABB89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABB89

Black with #9ABB89

Text Example


Text Example

White with #9ABB89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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