Html Css Color HEX #9AB289 Norway

📋 copy color: '#9AB289'

red 154 ◦ green 178 ◦ blue 137

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

Shades of Norway #9AB289

Tints of Norway #9AB289

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.95%

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

R = 32.84%
G = 37.95%
B = 29.21%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#9AB289 (or 0x9AB289) is known color: Norway. HEX triplet: 9A, B2 and 89. RGB value is (154,178,137). Sum of RGB (Red+Green+Blue) = 154+178+137=469 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.84% from 469); Green value is 178 (69.92% from 255 or 37.95% from 469); Blue value is 137 (53.91% from 255 or 29.21% from 469); Max value from RGB is 178 - color contains mainly: green. Hex color #9AB289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AB289 is #654D76. Grayscale: #A6A6A6. Windows color (decimal): -6638967 or 9024154. OLE color: 9024154.

HSL color Cylindrical-coordinate representation of color #9AB289: hue angle of 95.12º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9AB289 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB 154 178 137 -
CMYK 0.13 0 0.23 0.30
HSL 95.12º 0.21% 0.62% -
HSV(B) 95.12º 0.23% 0.7% -
XYZ 33.76 40.52 29.71 -
YUV 166.15 111.55 119.33 -
System Red Green Blue C M Y K H S L
Decimal 154 178 137 0.13 0 0.23 0.30 95.12 0.21 0.62
Hex 9A B2 89 D 0 17 1E 5F 15 3E
Octal 232 262 211 15 0 27 36 137 25 76
Binary 10011010 10110010 10001001 1101 0 10111 11110 1011111 10101 111110

Color Harmonies of #9AB289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB289

Black with #9AB289

Text Example


Text Example

White with #9AB289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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