Html Css Color HEX #9ABB88 Norway

📋 copy color: '#9ABB88'

red 154 ◦ green 187 ◦ blue 136

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

Shades of Norway #9ABB88

Tints of Norway #9ABB88

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.2%

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

R = 32.29%
G = 39.2%
B = 28.51%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#9ABB88 (or 0x9ABB88) is known color: Norway. HEX triplet: 9A, BB and 88. RGB value is (154,187,136). Sum of RGB (Red+Green+Blue) = 154+187+136=477 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.29% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 136 (53.52% from 255 or 28.51% from 477); Max value from RGB is 187 - color contains mainly: green. Hex color #9ABB88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABB88 is #654477. Grayscale: #ABABAB. Windows color (decimal): -6636664 or 8960922. OLE color: 8960922.

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

Color convert

RGB 154 187 136 -
CMYK 0.18 0 0.27 0.27
HSL 98.82º 0.27% 0.63% -
HSV(B) 98.82º 0.27% 0.73% -
XYZ 35.54 44.19 29.95 -
YUV 171.32 108.07 115.65 -
System Red Green Blue C M Y K H S L
Decimal 154 187 136 0.18 0 0.27 0.27 98.82 0.27 0.63
Hex 9A BB 88 12 0 1B 1B 63 1B 3F
Octal 232 273 210 22 0 33 33 143 33 77
Binary 10011010 10111011 10001000 10010 0 11011 11011 1100011 11011 111111

Color Harmonies of #9ABB88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABB88

Black with #9ABB88

Text Example


Text Example

White with #9ABB88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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