#ABBA92

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

Shades of Norway #ABBA92

Tints of Norway #ABBA92

Color information

#ABBA92 (or 0xABBA92) is unknown color: approx Norway. HEX triplet: AB, BA and 92. RGB value is (171,186,146). Sum of RGB (Red+Green+Blue) = 171+186+146=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 146 (57.42% from 255 or 29.03% from 503); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBA92 is #54456D. Grayscale: #B1B1B1. Windows color (decimal): -5522798 or 9616043. OLE color: 9616043.

HSL color Cylindrical-coordinate representation of color #ABBA92: hue angle of 82.5º degrees, saturation: 0.22, 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 #ABBA92 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB171186146-
CMYK0.0800.220.27
HSL82.5º22.47%65.1%-
HSV(B)82.5º21.51%72.94%-
XYZ39.5445.8533.96-
YUV176.96110.53123.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.00%
GREEN value IS 186 (73.05% from 255) = 36.98%
BLUE value IS 146 (57.42% from 255) = 29.03%
R=34.00%
G=36.98%
B=29.03%

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
Decimal1711861460.0800.220.2782.522.4765.1
HexABBA9280161B521641
Octal253272222100263312226101
Binary1010101110111010100100101000010110110111010010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBA92; }

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

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

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

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

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

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

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

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