#ACBB96

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

Shades of Norway #ACBB96

Tints of Norway #ACBB96

Color information

#ACBB96 (or 0xACBB96) is unknown color: approx Norway. HEX triplet: AC, BB and 96. RGB value is (172,187,150). Sum of RGB (Red+Green+Blue) = 172+187+150=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 187 (73.44% from 255 or 36.74% from 509); Blue value is 150 (58.98% from 255 or 29.47% from 509); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBB96 is #534469. Grayscale: #B2B2B2. Windows color (decimal): -5457002 or 9878444. OLE color: 9878444.

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

Color convert

RGB172187150-
CMYK0.0800.200.27
HSL84.32º21.39%66.08%-
HSV(B)84.32º19.79%73.33%-
XYZ40.2946.5135.71-
YUV178.3112.03123.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.79%
GREEN value IS 187 (73.44% from 255) = 36.74%
BLUE value IS 150 (58.98% from 255) = 29.47%
R=33.79%
G=36.74%
B=29.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721871500.0800.200.2784.3221.3966.08
HexACBB9680141B541542
Octal254273226100243312425102
Binary1010110010111011100101101000010100110111010100101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBB96; }

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

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

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

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

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

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

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

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