#ABB89C

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

Shades of Norway #ABB89C

Tints of Norway #ABB89C

Color information

#ABB89C (or 0xABB89C) is unknown color: approx Norway. HEX triplet: AB, B8 and 9C. RGB value is (171,184,156). Sum of RGB (Red+Green+Blue) = 171+184+156=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 184 (72.27% from 255 or 36.01% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB89C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB89C is #544763. Grayscale: #B1B1B1. Windows color (decimal): -5523300 or 10270891. OLE color: 10270891.

HSL color Cylindrical-coordinate representation of color #ABB89C: hue angle of 87.86º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABB89C is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB171184156-
CMYK0.0700.150.28
HSL87.86º16.47%66.67%-
HSV(B)87.86º15.22%72.16%-
XYZ39.9445.3438.1-
YUV176.92116.19123.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.46%
GREEN value IS 184 (72.27% from 255) = 36.01%
BLUE value IS 156 (61.33% from 255) = 30.53%
R=33.46%
G=36.01%
B=30.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1711841560.0700.150.2887.8616.4766.67
HexABB89C70F1C581043
Octal25327023470173413020103
Binary10101011101110001001110011101111111001011000100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB89C; }

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

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

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

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

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

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

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

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