Html Css Color HEX #9AAB88 Norway

📋 copy color: '#9AAB88'

red 154 ◦ green 171 ◦ blue 136

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

Shades of Norway #9AAB88

Tints of Norway #9AAB88

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.09%

 BLUE value IS 136 (53.52% from 255) = 29.5%

R = 33.41%
G = 37.09%
B = 29.5%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#9AAB88 (or 0x9AAB88) is known color: Norway. HEX triplet: 9A, AB and 88. RGB value is (154,171,136). Sum of RGB (Red+Green+Blue) = 154+171+136=461 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.41% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 136 (53.52% from 255 or 29.50% from 461); Max value from RGB is 171 - color contains mainly: green. Hex color #9AAB88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAB88 is #655477. Grayscale: #A2A2A2. Windows color (decimal): -6640760 or 8956826. OLE color: 8956826.

HSL color Cylindrical-coordinate representation of color #9AAB88: hue angle of 89.14º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9AAB88 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 154 171 136 -
CMYK 0.10 0 0.20 0.33
HSL 89.14º 0.17% 0.6% -
HSV(B) 89.14º 0.2% 0.67% -
XYZ 32.33 37.77 28.88 -
YUV 161.93 113.37 122.35 -
System Red Green Blue C M Y K H S L
Decimal 154 171 136 0.10 0 0.20 0.33 89.14 0.17 0.6
Hex 9A AB 88 A 0 14 21 59 11 3C
Octal 232 253 210 12 0 24 41 131 21 74
Binary 10011010 10101011 10001000 1010 0 10100 100001 1011001 10001 111100

Color Harmonies of #9AAB88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAB88

Black with #9AAB88

Text Example


Text Example

White with #9AAB88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,171,136); }

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

background-color css

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

 a { background-color: rgb(154,171,136); }

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

border-color css

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

 span { border-color: rgb(154,171,136); }

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