#ACBB9E

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

Shades of Norway #ACBB9E

Tints of Norway #ACBB9E

Color information

#ACBB9E (or 0xACBB9E) is unknown color: approx Norway. HEX triplet: AC, BB and 9E. RGB value is (172,187,158). Sum of RGB (Red+Green+Blue) = 172+187+158=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 158 (62.11% from 255 or 30.56% from 517); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBB9E is #534461. Grayscale: #B3B3B3. Windows color (decimal): -5456994 or 10402732. OLE color: 10402732.

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

Color convert

RGB172187158-
CMYK0.0800.160.27
HSL91.03º17.58%67.65%-
HSV(B)91.03º15.51%73.33%-
XYZ40.9646.7839.22-
YUV179.21116.03122.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.27%
GREEN value IS 187 (73.44% from 255) = 36.17%
BLUE value IS 158 (62.11% from 255) = 30.56%
R=33.27%
G=36.17%
B=30.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721871580.0800.160.2791.0317.5867.65
HexACBB9E80101B5b1244
Octal254273236100203313322104
Binary1010110010111011100111101000010000110111011011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBB9E; }

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

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

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

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

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

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

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

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