Html Css Color HEX #9AB488 Norway

📋 copy color: '#9AB488'

red 154 ◦ green 180 ◦ blue 136

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

Shades of Norway #9AB488

Tints of Norway #9AB488

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.3%

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

R = 32.77%
G = 38.3%
B = 28.94%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#9AB488 (or 0x9AB488) is known color: Norway. HEX triplet: 9A, B4 and 88. RGB value is (154,180,136). Sum of RGB (Red+Green+Blue) = 154+180+136=470 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.77% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 136 (53.52% from 255 or 28.94% from 470); Max value from RGB is 180 - color contains mainly: green. Hex color #9AB488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB488 is #654B77. Grayscale: #A7A7A7. Windows color (decimal): -6638456 or 8959130. OLE color: 8959130.

HSL color Cylindrical-coordinate representation of color #9AB488: hue angle of 95.45º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9AB488 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 154 180 136 -
CMYK 0.14 0 0.24 0.29
HSL 95.45º 0.23% 0.62% -
HSV(B) 95.45º 0.24% 0.71% -
XYZ 34.09 41.29 29.47 -
YUV 167.21 110.39 118.58 -
System Red Green Blue C M Y K H S L
Decimal 154 180 136 0.14 0 0.24 0.29 95.45 0.23 0.62
Hex 9A B4 88 E 0 18 1D 5F 17 3E
Octal 232 264 210 16 0 30 35 137 27 76
Binary 10011010 10110100 10001000 1110 0 11000 11101 1011111 10111 111110

Color Harmonies of #9AB488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB488

Black with #9AB488

Text Example


Text Example

White with #9AB488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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