#ABBA90

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

Shades of Norway #ABBA90

Tints of Norway #ABBA90

Color information

#ABBA90 (or 0xABBA90) is unknown color: approx Norway. HEX triplet: AB, BA and 90. RGB value is (171,186,144). Sum of RGB (Red+Green+Blue) = 171+186+144=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBA90 is #54456F. Grayscale: #B0B0B0. Windows color (decimal): -5522800 or 9484971. OLE color: 9484971.

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

Color convert

RGB171186144-
CMYK0.0800.230.27
HSL81.43º23.33%64.71%-
HSV(B)81.43º22.58%72.94%-
XYZ39.3945.7933.15-
YUV176.73109.53123.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.13%
GREEN value IS 186 (73.05% from 255) = 37.13%
BLUE value IS 144 (56.64% from 255) = 28.74%
R=34.13%
G=37.13%
B=28.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711861440.0800.230.2781.4323.3364.71
HexABBA9080171B511741
Octal253272220100273312127101
Binary1010101110111010100100001000010111110111010001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBA90; }

 p { color: rgb(171,186,144); }

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

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

 a { background-color: rgb(171,186,144); }

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

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

 span { border-color: rgb(171,186,144); }

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