#ABBA91

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

Shades of Norway #ABBA91

Tints of Norway #ABBA91

Color information

#ABBA91 (or 0xABBA91) is unknown color: approx Norway. HEX triplet: AB, BA and 91. RGB value is (171,186,145). Sum of RGB (Red+Green+Blue) = 171+186+145=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 145 (57.03% from 255 or 28.88% from 502); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBA91 is #54456E. Grayscale: #B0B0B0. Windows color (decimal): -5522799 or 9550507. OLE color: 9550507.

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

Color convert

RGB171186145-
CMYK0.0800.220.27
HSL81.95º22.91%64.9%-
HSV(B)81.95º22.04%72.94%-
XYZ39.4645.8233.55-
YUV176.84110.03123.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.06%
GREEN value IS 186 (73.05% from 255) = 37.05%
BLUE value IS 145 (57.03% from 255) = 28.88%
R=34.06%
G=37.05%
B=28.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711861450.0800.220.2781.9522.9164.9
HexABBA9180161B521741
Octal253272221100263312227101
Binary1010101110111010100100011000010110110111010010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBA91; }

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

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

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

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

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

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

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

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