#ABBE8F

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

Shades of Norway #ABBE8F

Tints of Norway #ABBE8F

Color information

#ABBE8F (or 0xABBE8F) is unknown color: approx Norway. HEX triplet: AB, BE and 8F. RGB value is (171,190,143). Sum of RGB (Red+Green+Blue) = 171+190+143=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 143 (56.25% from 255 or 28.37% from 504); Max value from RGB is 190 - color contains mainly: green. Hex color #ABBE8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBE8F is #544170. Grayscale: #B3B3B3. Windows color (decimal): -5521777 or 9420459. OLE color: 9420459.

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

Color convert

RGB171190143-
CMYK0.1000.250.25
HSL84.26º26.55%65.29%-
HSV(B)84.26º24.74%74.51%-
XYZ40.1747.4733.03-
YUV178.96107.71122.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.93%
GREEN value IS 190 (74.61% from 255) = 37.70%
BLUE value IS 143 (56.25% from 255) = 28.37%
R=33.93%
G=37.70%
B=28.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711901430.1000.250.2584.2626.5565.29
HexABBE8FA01919541b41
Octal253276217120313112433101
Binary1010101110111110100011111010011001110011010100110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBE8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBE8F; }

 p { color: rgb(171,190,143); }

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

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

 a { background-color: rgb(171,190,143); }

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

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

 span { border-color: rgb(171,190,143); }

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