Html Css Color HEX #9ABC89 Norway

📋 copy color: '#9ABC89'

red 154 ◦ green 188 ◦ blue 137

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

Shades of Norway #9ABC89

Tints of Norway #9ABC89

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.25%

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

R = 32.15%
G = 39.25%
B = 28.6%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#9ABC89 (or 0x9ABC89) is known color: Norway. HEX triplet: 9A, BC and 89. RGB value is (154,188,137). Sum of RGB (Red+Green+Blue) = 154+188+137=479 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.15% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 137 (53.91% from 255 or 28.60% from 479); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABC89 is #654376. Grayscale: #ACACAC. Windows color (decimal): -6636407 or 9026714. OLE color: 9026714.

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

Color convert

RGB 154 188 137 -
CMYK 0.18 0 0.27 0.26
HSL 100º 0.28% 0.64% -
HSV(B) 100º 0.27% 0.74% -
XYZ 35.83 44.64 30.4 -
YUV 172.02 108.24 115.15 -
System Red Green Blue C M Y K H S L
Decimal 154 188 137 0.18 0 0.27 0.26 100 0.28 0.64
Hex 9A BC 89 12 0 1B 1A 64 1C 40
Octal 232 274 211 22 0 33 32 144 34 100
Binary 10011010 10111100 10001001 10010 0 11011 11010 1100100 11100 1000000

Color Harmonies of #9ABC89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABC89

Black with #9ABC89

Text Example


Text Example

White with #9ABC89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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