#ABBC9C

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

Shades of Norway #ABBC9C

Tints of Norway #ABBC9C

Color information

#ABBC9C (or 0xABBC9C) is unknown color: approx Norway. HEX triplet: AB, BC and 9C. RGB value is (171,188,156). Sum of RGB (Red+Green+Blue) = 171+188+156=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 156 (61.33% from 255 or 30.29% from 515); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBC9C is #544363. Grayscale: #B3B3B3. Windows color (decimal): -5522276 or 10271915. OLE color: 10271915.

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

Color convert

RGB171188156-
CMYK0.0900.170.26
HSL91.87º19.28%67.45%-
HSV(B)91.87º17.02%73.73%-
XYZ40.7847.0238.38-
YUV179.27114.87122.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.20%
GREEN value IS 188 (73.83% from 255) = 36.50%
BLUE value IS 156 (61.33% from 255) = 30.29%
R=33.20%
G=36.50%
B=30.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711881560.0900.170.2691.8719.2867.45
HexABBC9C90111A5c1343
Octal253274234110213213423103
Binary1010101110111100100111001001010001110101011100100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBC9C; }

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

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

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

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

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

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

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

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