#ACBBA0

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

Shades of Norway #ACBBA0

Tints of Norway #ACBBA0

Color information

#ACBBA0 (or 0xACBBA0) is unknown color: approx Norway. HEX triplet: AC, BB and A0. RGB value is (172,187,160). Sum of RGB (Red+Green+Blue) = 172+187+160=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBBA0 is #53445F. Grayscale: #B3B3B3. Windows color (decimal): -5456992 or 10533804. OLE color: 10533804.

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

Color convert

RGB172187160-
CMYK0.0800.140.27
HSL93.33º16.56%68.04%-
HSV(B)93.33º14.44%73.33%-
XYZ41.1346.8540.13-
YUV179.44117.03122.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.14%
GREEN value IS 187 (73.44% from 255) = 36.03%
BLUE value IS 160 (62.89% from 255) = 30.83%
R=33.14%
G=36.03%
B=30.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721871600.0800.140.2793.3316.5668.04
HexACBBA080E1B5d1144
Octal254273240100163313521104
Binary101011001011101110100000100001110110111011101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBBA0; }

 p { color: rgb(172,187,160); }

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

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

 a { background-color: rgb(172,187,160); }

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

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

 span { border-color: rgb(172,187,160); }

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