#ABBF95

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

Shades of Norway #ABBF95

Tints of Norway #ABBF95

Color information

#ABBF95 (or 0xABBF95) is unknown color: approx Norway. HEX triplet: AB, BF and 95. RGB value is (171,191,149). Sum of RGB (Red+Green+Blue) = 171+191+149=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 191 (75% from 255 or 37.38% from 511); Blue value is 149 (58.59% from 255 or 29.16% from 511); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBF95 is #54406A. Grayscale: #B4B4B4. Windows color (decimal): -5521515 or 9813931. OLE color: 9813931.

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

Color convert

RGB171191149-
CMYK0.1000.220.25
HSL88.57º24.71%66.67%-
HSV(B)88.57º21.99%74.9%-
XYZ40.8548.0935.56-
YUV180.23110.37121.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.46%
GREEN value IS 191 (75% from 255) = 37.38%
BLUE value IS 149 (58.59% from 255) = 29.16%
R=33.46%
G=37.38%
B=29.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711911490.1000.220.2588.5724.7166.67
HexABBF95A01619591943
Octal253277225120263113131103
Binary1010101110111111100101011010010110110011011001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBF95; }

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

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

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

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

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

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

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

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