#ABBC99

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

Shades of Norway #ABBC99

Tints of Norway #ABBC99

Color information

#ABBC99 (or 0xABBC99) is unknown color: approx Norway. HEX triplet: AB, BC and 99. RGB value is (171,188,153). Sum of RGB (Red+Green+Blue) = 171+188+153=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 153 (60.16% from 255 or 29.88% from 512); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBC99 is #544366. Grayscale: #B3B3B3. Windows color (decimal): -5522279 or 10075307. OLE color: 10075307.

HSL color Cylindrical-coordinate representation of color #ABBC99: hue angle of 89.14º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABBC99 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB171188153-
CMYK0.0900.190.26
HSL89.14º20.71%66.86%-
HSV(B)89.14º18.62%73.73%-
XYZ40.5346.9237.06-
YUV178.93113.37122.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.40%
GREEN value IS 188 (73.83% from 255) = 36.72%
BLUE value IS 153 (60.16% from 255) = 29.88%
R=33.40%
G=36.72%
B=29.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711881530.0900.190.2689.1420.7166.86
HexABBC9990131A591543
Octal253274231110233213125103
Binary1010101110111100100110011001010011110101011001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBC99; }

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

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

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

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

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

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

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

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