#ACBA93

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

Shades of Norway #ACBA93

Tints of Norway #ACBA93

Color information

#ACBA93 (or 0xACBA93) is unknown color: approx Norway. HEX triplet: AC, BA and 93. RGB value is (172,186,147). Sum of RGB (Red+Green+Blue) = 172+186+147=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 147 (57.81% from 255 or 29.11% from 505); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBA93 is #53456C. Grayscale: #B1B1B1. Windows color (decimal): -5457261 or 9681580. OLE color: 9681580.

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

Color convert

RGB172186147-
CMYK0.0800.210.27
HSL81.54º22.03%65.29%-
HSV(B)81.54º20.97%72.94%-
XYZ39.844634.38-
YUV177.37110.86124.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.06%
GREEN value IS 186 (73.05% from 255) = 36.83%
BLUE value IS 147 (57.81% from 255) = 29.11%
R=34.06%
G=36.83%
B=29.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721861470.0800.210.2781.5422.0365.29
HexACBA9380151B521641
Octal254272223100253312226101
Binary1010110010111010100100111000010101110111010010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBA93; }

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

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

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

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

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

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

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

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