#ABB99E

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

Shades of Norway #ABB99E

Tints of Norway #ABB99E

Color information

#ABB99E (or 0xABB99E) is unknown color: approx Norway. HEX triplet: AB, B9 and 9E. RGB value is (171,185,158). Sum of RGB (Red+Green+Blue) = 171+185+158=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 158 (62.11% from 255 or 30.74% from 514); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB99E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB99E is #544661. Grayscale: #B1B1B1. Windows color (decimal): -5523042 or 10402219. OLE color: 10402219.

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

Color convert

RGB171185158-
CMYK0.0800.150.27
HSL91.11º16.17%67.25%-
HSV(B)91.11º14.59%72.55%-
XYZ40.3245.8239.07-
YUV177.74116.86123.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.27%
GREEN value IS 185 (72.66% from 255) = 35.99%
BLUE value IS 158 (62.11% from 255) = 30.74%
R=33.27%
G=35.99%
B=30.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711851580.0800.150.2791.1116.1767.25
HexABB99E80F1B5b1043
Octal253271236100173313320103
Binary101010111011100110011110100001111110111011011100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB99E; }

 p { color: rgb(171,185,158); }

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

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

 a { background-color: rgb(171,185,158); }

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

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

 span { border-color: rgb(171,185,158); }

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