#ABBC96

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

Shades of Norway #ABBC96

Tints of Norway #ABBC96

Color information

#ABBC96 (or 0xABBC96) is unknown color: approx Norway. HEX triplet: AB, BC and 96. RGB value is (171,188,150). Sum of RGB (Red+Green+Blue) = 171+188+150=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 150 (58.98% from 255 or 29.47% from 509); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBC96 is #544369. Grayscale: #B2B2B2. Windows color (decimal): -5522282 or 9878699. OLE color: 9878699.

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

Color convert

RGB171188150-
CMYK0.0900.200.26
HSL86.84º22.09%66.27%-
HSV(B)86.84º20.21%73.73%-
XYZ40.2846.8335.77-
YUV178.58111.87122.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.60%
GREEN value IS 188 (73.83% from 255) = 36.94%
BLUE value IS 150 (58.98% from 255) = 29.47%
R=33.60%
G=36.94%
B=29.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711881500.0900.200.2686.8422.0966.27
HexABBC9690141A571642
Octal253274226110243212726102
Binary1010101110111100100101101001010100110101010111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBC96; }

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

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

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

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

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

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

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

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