Html Css Color HEX #9AB089 Norway

📋 copy color: '#9AB089'

red 154 ◦ green 176 ◦ blue 137

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

Shades of Norway #9AB089

Tints of Norway #9AB089

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.69%

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

R = 32.98%
G = 37.69%
B = 29.34%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#9AB089 (or 0x9AB089) is known color: Norway. HEX triplet: 9A, B0 and 89. RGB value is (154,176,137). Sum of RGB (Red+Green+Blue) = 154+176+137=467 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.98% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 176 - color contains mainly: green. Hex color #9AB089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AB089 is #654F76. Grayscale: #A5A5A5. Windows color (decimal): -6639479 or 9023642. OLE color: 9023642.

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

Color convert

RGB 154 176 137 -
CMYK 0.12 0 0.22 0.31
HSL 93.85º 0.2% 0.61% -
HSV(B) 93.85º 0.22% 0.69% -
XYZ 33.37 39.73 29.58 -
YUV 164.98 112.21 120.17 -
System Red Green Blue C M Y K H S L
Decimal 154 176 137 0.12 0 0.22 0.31 93.85 0.2 0.61
Hex 9A B0 89 C 0 16 1F 5E 14 3D
Octal 232 260 211 14 0 26 37 136 24 75
Binary 10011010 10110000 10001001 1100 0 10110 11111 1011110 10100 111101

Color Harmonies of #9AB089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB089

Black with #9AB089

Text Example


Text Example

White with #9AB089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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