#ACBA97

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

Shades of Norway #ACBA97

Tints of Norway #ACBA97

Color information

#ACBA97 (or 0xACBA97) is unknown color: approx Norway. HEX triplet: AC, BA and 97. RGB value is (172,186,151). Sum of RGB (Red+Green+Blue) = 172+186+151=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 151 (59.38% from 255 or 29.67% from 509); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBA97 is #534568. Grayscale: #B1B1B1. Windows color (decimal): -5457257 or 9943724. OLE color: 9943724.

HSL color Cylindrical-coordinate representation of color #ACBA97: hue angle of 84º degrees, saturation: 0.2, 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 #ACBA97 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB172186151-
CMYK0.0800.190.27
HSL84º20.23%66.08%-
HSV(B)84º18.82%72.94%-
XYZ40.1646.1236.06-
YUV177.82112.86123.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.79%
GREEN value IS 186 (73.05% from 255) = 36.54%
BLUE value IS 151 (59.38% from 255) = 29.67%
R=33.79%
G=36.54%
B=29.67%

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
Decimal1721861510.0800.190.278420.2366.08
HexACBA9780131B541442
Octal254272227100233312424102
Binary1010110010111010100101111000010011110111010100101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBA97; }

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

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

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

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

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

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

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

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