#ABBE99

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

Shades of Norway #ABBE99

Tints of Norway #ABBE99

Color information

#ABBE99 (or 0xABBE99) is unknown color: approx Norway. HEX triplet: AB, BE and 99. RGB value is (171,190,153). Sum of RGB (Red+Green+Blue) = 171+190+153=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 153 (60.16% from 255 or 29.77% from 514); Max value from RGB is 190 - color contains mainly: green. Hex color #ABBE99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBE99 is #544166. Grayscale: #B4B4B4. Windows color (decimal): -5521767 or 10075819. OLE color: 10075819.

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

Color convert

RGB171190153-
CMYK0.1000.190.25
HSL90.81º22.16%67.25%-
HSV(B)90.81º19.47%74.51%-
XYZ40.9647.7837.2-
YUV180.1112.71121.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.27%
GREEN value IS 190 (74.61% from 255) = 36.96%
BLUE value IS 153 (60.16% from 255) = 29.77%
R=33.27%
G=36.96%
B=29.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711901530.1000.190.2590.8122.1667.25
HexABBE99A013195b1643
Octal253276231120233113326103
Binary1010101110111110100110011010010011110011011011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBE99; }

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

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

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

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

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

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

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

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