#ABBF99

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

Shades of Norway #ABBF99

Tints of Norway #ABBF99

Color information

#ABBF99 (or 0xABBF99) is unknown color: approx Norway. HEX triplet: AB, BF and 99. RGB value is (171,191,153). Sum of RGB (Red+Green+Blue) = 171+191+153=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 153 (60.16% from 255 or 29.71% from 515); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBF99 is #544066. Grayscale: #B4B4B4. Windows color (decimal): -5521511 or 10076075. OLE color: 10076075.

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

Color convert

RGB171191153-
CMYK0.1000.200.25
HSL91.58º22.89%67.45%-
HSV(B)91.58º19.9%74.9%-
XYZ41.1848.2237.27-
YUV180.69112.37121.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.20%
GREEN value IS 191 (75% from 255) = 37.09%
BLUE value IS 153 (60.16% from 255) = 29.71%
R=33.20%
G=37.09%
B=29.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711911530.1000.200.2591.5822.8967.45
HexABBF99A014195c1743
Octal253277231120243113427103
Binary1010101110111111100110011010010100110011011100101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBF99; }

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

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

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

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

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

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

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

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