#9AB687

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

Shades of Norway #9AB687

Tints of Norway #9AB687

Color information

#9AB687 (or 0x9AB687) is unknown color: approx Norway. HEX triplet: 9A, B6 and 87. RGB value is (154,182,135). Sum of RGB (Red+Green+Blue) = 154+182+135=471 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.70% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 135 (53.12% from 255 or 28.66% from 471); Max value from RGB is 182 - color contains mainly: green. Hex color #9AB687 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB687 is #654978. Grayscale: #A8A8A8. Windows color (decimal): -6637945 or 8894106. OLE color: 8894106.

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

Color convert

RGB154182135-
CMYK0.1500.260.29
HSL95.74º24.35%62.16%-
HSV(B)95.74º25.82%71.37%-
XYZ34.4342.0829.23-
YUV168.27109.22117.82-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.70%
GREEN value IS 182 (71.48% from 255) = 38.64%
BLUE value IS 135 (53.12% from 255) = 28.66%
R=32.70%
G=38.64%
B=28.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1541821350.1500.260.2995.7424.3562.16
Hex9AB687F01A1D60183e
Octal23226620717032351403076
Binary100110101011011010000111111101101011101110000011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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