#ABBB95

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

Shades of Norway #ABBB95

Tints of Norway #ABBB95

Color information

#ABBB95 (or 0xABBB95) is unknown color: approx Norway. HEX triplet: AB, BB and 95. RGB value is (171,187,149). Sum of RGB (Red+Green+Blue) = 171+187+149=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 149 (58.59% from 255 or 29.39% from 507); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBB95 is #54446A. Grayscale: #B2B2B2. Windows color (decimal): -5522539 or 9812907. OLE color: 9812907.

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

Color convert

RGB171187149-
CMYK0.0900.200.27
HSL85.26º21.84%65.88%-
HSV(B)85.26º20.32%73.33%-
XYZ39.9946.3735.28-
YUV177.88111.7123.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.73%
GREEN value IS 187 (73.44% from 255) = 36.88%
BLUE value IS 149 (58.59% from 255) = 29.39%
R=33.73%
G=36.88%
B=29.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711871490.0900.200.2785.2621.8465.88
HexABBB9590141B551642
Octal253273225110243312526102
Binary1010101110111011100101011001010100110111010101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBB95; }

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

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

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

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

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

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

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

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