#ABBA94

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

Shades of Norway #ABBA94

Tints of Norway #ABBA94

Color information

#ABBA94 (or 0xABBA94) is unknown color: approx Norway. HEX triplet: AB, BA and 94. RGB value is (171,186,148). Sum of RGB (Red+Green+Blue) = 171+186+148=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBA94 is #54456B. Grayscale: #B1B1B1. Windows color (decimal): -5522796 or 9747115. OLE color: 9747115.

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

Color convert

RGB171186148-
CMYK0.0800.200.27
HSL83.68º21.59%65.49%-
HSV(B)83.68º20.43%72.94%-
XYZ39.745.9134.79-
YUV177.18111.53123.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.86%
GREEN value IS 186 (73.05% from 255) = 36.83%
BLUE value IS 148 (58.20% from 255) = 29.31%
R=33.86%
G=36.83%
B=29.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711861480.0800.200.2783.6821.5965.49
HexABBA9480141B541641
Octal253272224100243312426101
Binary1010101110111010100101001000010100110111010100101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBA94; }

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

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

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

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

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

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

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

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