#ACBB9A

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

Shades of Norway #ACBB9A

Tints of Norway #ACBB9A

Color information

#ACBB9A (or 0xACBB9A) is unknown color: approx Norway. HEX triplet: AC, BB and 9A. RGB value is (172,187,154). Sum of RGB (Red+Green+Blue) = 172+187+154=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 154 (60.55% from 255 or 30.02% from 513); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBB9A is #534465. Grayscale: #B2B2B2. Windows color (decimal): -5456998 or 10140588. OLE color: 10140588.

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

Color convert

RGB172187154-
CMYK0.0800.180.27
HSL87.27º19.53%66.86%-
HSV(B)87.27º17.65%73.33%-
XYZ40.6246.6437.43-
YUV178.75114.03123.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.53%
GREEN value IS 187 (73.44% from 255) = 36.45%
BLUE value IS 154 (60.55% from 255) = 30.02%
R=33.53%
G=36.45%
B=30.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721871540.0800.180.2787.2719.5366.86
HexACBB9A80121B571443
Octal254273232100223312724103
Binary1010110010111011100110101000010010110111010111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBB9A; }

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

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

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

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

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

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

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

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