#9ABE86

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

Shades of Norway #9ABE86

Tints of Norway #9ABE86

Color information

#9ABE86 (or 0x9ABE86) is unknown color: approx Norway. HEX triplet: 9A, BE and 86. RGB value is (154,190,134). Sum of RGB (Red+Green+Blue) = 154+190+134=478 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.22% from 478); Green value is 190 (74.61% from 255 or 39.75% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABE86 is #654179. Grayscale: #ADADAD. Windows color (decimal): -6635898 or 8830618. OLE color: 8830618.

HSL color Cylindrical-coordinate representation of color #9ABE86: hue angle of 98.57º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9ABE86 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB154190134-
CMYK0.1900.290.25
HSL98.57º30.11%63.53%-
HSV(B)98.57º29.47%74.51%-
XYZ36.0445.4229.42-
YUV172.85106.07114.55-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.22%
GREEN value IS 190 (74.61% from 255) = 39.75%
BLUE value IS 134 (52.73% from 255) = 28.03%
R=32.22%
G=39.75%
B=28.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541901340.1900.290.2598.5730.1163.53
Hex9ABE861301D19631e40
Octal232276206230353114336100
Binary10011010101111101000011010011011101110011100011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,190,134); }

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

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

 a { background-color: rgb(154,190,134); }

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

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

 span { border-color: rgb(154,190,134); }

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