#ACBA96

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

Shades of Norway #ACBA96

Tints of Norway #ACBA96

Color information

#ACBA96 (or 0xACBA96) is unknown color: approx Norway. HEX triplet: AC, BA and 96. RGB value is (172,186,150). Sum of RGB (Red+Green+Blue) = 172+186+150=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 150 (58.98% from 255 or 29.53% from 508); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBA96 is #534569. Grayscale: #B1B1B1. Windows color (decimal): -5457258 or 9878188. OLE color: 9878188.

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

Color convert

RGB172186150-
CMYK0.0800.190.27
HSL83.33º20.69%65.88%-
HSV(B)83.33º19.35%72.94%-
XYZ40.0846.0935.64-
YUV177.71112.36123.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.86%
GREEN value IS 186 (73.05% from 255) = 36.61%
BLUE value IS 150 (58.98% from 255) = 29.53%
R=33.86%
G=36.61%
B=29.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721861500.0800.190.2783.3320.6965.88
HexACBA9680131B531542
Octal254272226100233312325102
Binary1010110010111010100101101000010011110111010011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBA96; }

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

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

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

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

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

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

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

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