#9ABB87

Color #9ABB87 Norway (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Norway #9ABB87

Tints of Norway #9ABB87

Color information

#9ABB87 (or 0x9ABB87) is unknown color: approx Norway. HEX triplet: 9A, BB and 87. RGB value is (154,187,135). Sum of RGB (Red+Green+Blue) = 154+187+135=476 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.35% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 135 (53.12% from 255 or 28.36% from 476); Max value from RGB is 187 - color contains mainly: green. Hex color #9ABB87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABB87 is #654478. Grayscale: #ABABAB. Windows color (decimal): -6636665 or 8895386. OLE color: 8895386.

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

Color convert

RGB154187135-
CMYK0.1800.280.27
HSL98.08º27.66%63.14%-
HSV(B)98.08º27.81%73.33%-
XYZ35.4744.1629.58-
YUV171.2107.57115.73-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.35%
GREEN value IS 187 (73.44% from 255) = 39.29%
BLUE value IS 135 (53.12% from 255) = 28.36%
R=32.35%
G=39.29%
B=28.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541871350.1800.280.2798.0827.6663.14
Hex9ABB871201C1B621c3f
Octal23227320722034331423477
Binary1001101010111011100001111001001110011011110001011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABB87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9ABB87;
 }
 .AnyTagClassName
 {
   color: #9ABB87;
 }
</style>
background-color css

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

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

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

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

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

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