#ABBB96

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

Shades of Norway #ABBB96

Tints of Norway #ABBB96

Color information

#ABBB96 (or 0xABBB96) is unknown color: approx Norway. HEX triplet: AB, BB and 96. RGB value is (171,187,150). Sum of RGB (Red+Green+Blue) = 171+187+150=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 187 (73.44% from 255 or 36.81% from 508); Blue value is 150 (58.98% from 255 or 29.53% from 508); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBB96 is #544469. Grayscale: #B2B2B2. Windows color (decimal): -5522538 or 9878443. OLE color: 9878443.

HSL color Cylindrical-coordinate representation of color #ABBB96: hue angle of 85.95º degrees, saturation: 0.21, 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 #ABBB96 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB171187150-
CMYK0.0900.200.27
HSL85.95º21.39%66.08%-
HSV(B)85.95º19.79%73.33%-
XYZ40.0746.435.7-
YUV178112.2123.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.66%
GREEN value IS 187 (73.44% from 255) = 36.81%
BLUE value IS 150 (58.98% from 255) = 29.53%
R=33.66%
G=36.81%
B=29.53%

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
Decimal1711871500.0900.200.2785.9521.3966.08
HexABBB9690141B561542
Octal253273226110243312625102
Binary1010101110111011100101101001010100110111010110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBB96; }

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

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

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

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

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

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

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

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