#ABBC9D

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

Shades of Norway #ABBC9D

Tints of Norway #ABBC9D

Color information

#ABBC9D (or 0xABBC9D) is unknown color: approx Norway. HEX triplet: AB, BC and 9D. RGB value is (171,188,157). Sum of RGB (Red+Green+Blue) = 171+188+157=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 157 (61.72% from 255 or 30.43% from 516); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBC9D is #544362. Grayscale: #B3B3B3. Windows color (decimal): -5522275 or 10337451. OLE color: 10337451.

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

Color convert

RGB171188157-
CMYK0.0900.160.26
HSL92.9º18.79%67.65%-
HSV(B)92.9º16.49%73.73%-
XYZ40.8647.0638.83-
YUV179.38115.37122.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.14%
GREEN value IS 188 (73.83% from 255) = 36.43%
BLUE value IS 157 (61.72% from 255) = 30.43%
R=33.14%
G=36.43%
B=30.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711881570.0900.160.2692.918.7967.65
HexABBC9D90101A5d1344
Octal253274235110203213523104
Binary1010101110111100100111011001010000110101011101100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBC9D; }

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

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

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

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

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

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

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

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